🚀 How to configure MCP in your IDE?
Use the information below to connect your favorite AI tools (like Claude Code, Cursor, etc.) to local files, databases, and web APIs. Typically, you need to add the server command to your tool's configuration file (e.g., mcp.json or claude_desktop_config.json) or directly via the UI.
For Claude Code / CLI:
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sqlite", "db.sqlite"]
}
}
For Cursor / VS Code:
Go to Cursor Settings > Features > MCP and click on "+ Add New MCP Server". Select "command" as the type, give it a name, and paste the `npx` command provided in the directory below.
📊 Servers by Category
🔍 Search & Filter
Select Category:
🛠️ Available MCP Servers (0)
🤷♂️
No servers found
Please try adjusting your search terms or filters.