Cursor Tools
Freeby MCP Community
MCP server providing enhanced tools for Cursor IDE
v0.1.0Added Apr 12, 2026
mcpmodelcontextprotocolcursoride
Cursor Tools MCP Server
MCP server providing enhanced tools for Cursor IDE
Installation
Reviews
Installation
Quick install
npx -y @lspellman/mcp-cursor-tools
Add to claude_desktop_config.json
{
"mcpServers": {
"cursor-tools": {
"command": "npx",
"args": ["-y", "@lspellman/mcp-cursor-tools"]
}
}
}