# K-Dense-AI/scientific-agent-skills | Model Context Protocol (MCP) Server > Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 170,000+ scientists worldwide. 158 ready-to-use skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard. - **Stars**: ⭐ 33,343 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "scientific-agent-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-scientific-agent-skills" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "scientific-agent-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-scientific-agent-skills" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-scientific-agent-skills` - **Docker**: `docker run -i --rm mcp/scientific-agent-skills`