MCP Servers for Cursor IDE
@michael-trullion
About MCP Servers for Cursor IDE
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Servers for Cursor IDE?
This project hosts multiple Model-Context-Protocol (MCP) servers designed to work with the Cursor IDE. MCP servers allow Cursor to leverage external tools and functionalities through a standardized communication protocol. It includes servers for PostgreSQL, Kubernetes, and PDF processing.
How to use MCP Servers for Cursor IDE?
Clone the repository, run npm run setup to install dependencies and build, then configure each server in Cursor IDE via Settings > Features > Mcp Servers. Add a new server with connection type "command" and paste the generated script path. Set required environment variables in a .env file. Use npm run server -- [server-name] to run a specific server.
Key features of MCP Servers for Cursor IDE
- Multiple ready-to-use MCP servers (PostgreSQL, Kubernetes, PDF)
- Standardized MCP protocol for seamless Cursor IDE integration
- Simple setup script that installs, builds, and configures
- Environment variable configuration for credentials and settings
- Includes helper scripts and manual run options
- Extensible – easy to add custom MCP servers
Use cases of MCP Servers for Cursor IDE
- Query PostgreSQL databases directly from Cursor IDE conversations
- Manage Kubernetes pods (list, delete, execute commands, get logs)
- Extract text and form data from PDF documents
- Generate or modify PDF files with custom content
- Use any of these tools in Cursor’s agent mode (Claude 3.7 Sonnet)
FAQ from MCP Servers for Cursor IDE
What are the prerequisites to run these servers?
Node.js v16 or newer and npm or yarn are required.
How do I configure a server?
Create a .env file from .env.example and fill in the credentials for each service you plan to use (e.g., PostgreSQL host, port, user, password; Kubernetes kubeconfig path; PDF server requires no additional configuration).
What transport protocol does the server use?
All servers communicate with Cursor IDE via stdio (standard input/output).
Can I add my own MCP server to this project?
Yes. Create a new directory under src/servers/, implement your server using the SDK, then register it in src/index.ts and src/run-all.ts.
Does the PDF server require any external credentials?
No, the PDF server runs without any environment variables or additional configuration.
More Developer Tools MCP servers
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments