🔄 MCP + Cursor GitHub Setup
@Ankitkushwaha90
About 🔄 MCP + Cursor GitHub Setup
🔄 MCP + Cursor GitHub Setup Set up full GitHub control via Cursor once your MCP server is running. 🛠️ Step-by-Step Cursor Setup for MCP 🧭 1. Open Cursor Editor Launch Cursor, the AI-first code editor. Click Settings (bottom-left corner ⚙️).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP_server_cursor_to_github": {
"command": "node",
"args": [
"server.js"
]
}
}
}Tools
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 + Cursor GitHub Setup?
It is a step-by-step guide for connecting Cursor (an AI-first code editor) to an MCP server that controls GitHub repositories. The setup enables developers to create, read, update, delete files and repos using natural language prompts in Cursor or terminal commands.
How to use 🔄 MCP + Cursor GitHub Setup?
First, create a GitHub fine‑grained personal access token and save it in mcp.json. Then run node server.js to start the MCP server on http://localhost:3333. In Cursor, go to Settings → MCP → Add Server, set the name, URL, and client (e.g., ollama). Install the GitHub adapter via npx -y @smithery/cli@latest install @smithery-ai/github --client claude --config mcp.json. Finally, use Cursor’s command palette (⌘+K or Ctrl+K) or npx @smithery/cli ask to control GitHub.
Key features of 🔄 MCP + Cursor GitHub Setup
- Create, update, read, and delete files in GitHub repos
- Create and delete GitHub repositories
- Search repositories with natural language queries
- Local MCP server running on
http://localhost:3333 - Fine‑grained token authentication for secure access
- Terminal‑driven automation via
npx @smithery/cli
Use cases of 🔄 MCP + Cursor GitHub Setup
- Automate CI/CD pipelines with GitHub Actions
- Trigger repository events through LLM agents
- Manage repositories securely with fine‑grained tokens
- Perform full dev automation without manual clicks
FAQ from 🔄 MCP + Cursor GitHub Setup
What are the prerequisites?
Node.js and npm installed, a GitHub account, the Cursor editor, and an MCP‑compatible agent setup with @modelcontextprotocol/sdk.
How do I configure authentication?
Create a fine‑grained GitHub personal access token with full repository and user read/write permissions, then place it under github.token in mcp.json.
What GitHub tools does the MCP server offer?
Tools include create_or_update_file, create_repository, delete_repository, get_file_contents, and search_repositories.
How can I test the server connection?
Run curl http://localhost:3333 — the server logs will show tool calls and API responses.
Can I use the server without Cursor?
Yes. You can execute commands via the terminal using npx @smithery/cli ask "your prompt".
Frequently asked questions
What are the prerequisites?
Node.js and npm installed, a GitHub account, the Cursor editor, and an MCP‑compatible agent setup with `@modelcontextprotocol/sdk`.
How do I configure authentication?
Create a fine‑grained GitHub personal access token with full repository and user read/write permissions, then place it under `github.token` in `mcp.json`.
What GitHub tools does the MCP server offer?
Tools include `create_or_update_file`, `create_repository`, `delete_repository`, `get_file_contents`, and `search_repositories`.
How can I test the server connection?
Run `curl http://localhost:3333` — the server logs will show tool calls and API responses.
Can I use the server without Cursor?
Yes. You can execute commands via the terminal using `npx @smithery/cli ask "your prompt"`.
Basic information
More Developer Tools MCP servers
Grafana MCP server
grafanaMCP server for Grafana
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Comments