Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Github Meta

FreeNot checked

An MCP server that enables natural language commands for managing GitHub repositories

GitHubEmbed

About

An MCP server that enables natural language commands for managing GitHub repositories

README

🐙 GitHub Meta MCP Server

Manage GitHub repositories with natural language via the Model Context Protocol.

An MCP server that lets Claude (or any MCP-compatible client) create and configure GitHub repositories from plain-English commands.

MCP Node License


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 build

Configure 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

License

MIT

from github.com/joewilsonai/github-meta-mcp-server

Installing Github Meta

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/joewilsonai/github-meta-mcp-server

FAQ

Is Github Meta MCP free?

Yes, Github Meta MCP is free — one-click install via Unyly at no cost.

Does Github Meta need an API key?

No, Github Meta runs without API keys or environment variables.

Is Github Meta hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Github Meta in Claude Desktop, Claude Code or Cursor?

Open Github Meta on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Github Meta with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs