github-meta-mcp-server
An MCP server that enables natural language commands for managing GitHub repositories
Documentation
What it does
Talk to Claude. Claude talks to this server. This server talks to GitHub.
> *"Create a private repo called 'lunchbox' with topics ai, agents, mcp and the homepage thelunchbox.app"*
→ Repo created. Topics set. Homepage set. README initialized.
Tools exposed
`create_repo`
Create or update a GitHub repository via natural language. Handles:
- Repo name (auto-generated from description if not specified)
- Visibility (public / private)
- Description
- Topics / tags (multiple, comma-separated)
- Homepage URL
- Auto-init with README
Install
git clone https://github.com/joewilsonai/github-meta-mcp-server
cd github-meta-mcp-server
npm install
npm run buildConfigure in Claude Desktop
Edit your `claude_desktop_config.json`:
{
"mcpServers": {
"github-meta": {
"command": "node",
"args": ["/absolute/path/to/github-meta-mcp-server/build/index.js"],
"env": {
"GITHUB_TOKEN": "ghp_your_personal_access_token"
}
}
}
}Restart Claude Desktop. The `create_repo` tool will appear.
Required token scopes
Your GitHub personal access token needs:
- `repo` — to create and configure repos
- `delete_repo` — only if you want to support deletion in future versions
Generate one at github.com/settings/tokens.
Stack
- TypeScript + Node.js 18+
- @modelcontextprotocol/sdk
- @octokit/rest for the GitHub API
Related MCP servers
- 🧠 **second-opinion-mcp-server** (⭐ 16) — Get a second opinion from Gemini / Perplexity / Stack Overflow
- 🔍 **mcp-perplexity-server** (⭐ 14) — Perplexity-backed code analysis
License
MIT
Frequently asked questions
What is github-meta-mcp-server?
github-meta-mcp-server is An MCP server that enables natural language commands for managing GitHub repositories
How do I install github-meta-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is github-meta-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/PoliTwit1984/github-meta-mcp-server.
Related MCP tools
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency.
MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP