GitHub MCP Custom (Cross-Platform NPX Wrapper)
@idletoaster
About GitHub MCP Custom (Cross-Platform NPX Wrapper)
Cross-platform NPX-wrappable GitHub MCP Server for Windows, Linux, and macOS. No Docker required!
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github-mcp-custom": {
"command": "npx",
"args": [
"-y",
"[email protected]",
"stdio"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is GitHub MCP Custom (Cross-Platform NPX Wrapper)?
This is a custom-packaged version of the official GitHub MCP Server that runs via npx on Windows, Linux, and macOS. It wraps the Go binary in a Node.js launcher so developers using Claude Desktop can use GitHub MCP capabilities without Docker or manual compilation.
How to use GitHub MCP Custom (Cross-Platform NPX Wrapper)?
Install Node.js v14+, obtain a GitHub personal access token with repo, read:org, and user scopes, then run npx -y [email protected] stdio. Alternatively, install globally with npm install -g and configure Claude Desktop using the JSON config examples for your OS as shown in the README.
Key features of GitHub MCP Custom (Cross-Platform NPX Wrapper)
- Cross-platform npx execution (Windows, Linux, macOS)
- No Docker, Go installation, or custom PATH needed
- Prebuilt binaries included for all platforms
- Protocol compatible with Claude Desktop
- Single command to run the server
- Full GitHub MCP toolset (repos, issues, PRs, security, notifications)
Use cases of GitHub MCP Custom (Cross-Platform NPX Wrapper)
- Set up GitHub integration in Claude Desktop on Windows without Docker
- Use GitHub API through MCP without local Go compilation
- Enable code repository management from AI assistants
- Access issues, pull requests, and notifications via natural language
FAQ from GitHub MCP Custom (Cross-Platform NPX Wrapper)
What prerequisites are needed?
Node.js v14 or later must be installed, and you need a GitHub personal access token with repo,
Frequently asked questions
What prerequisites are needed?
Node.js v14 or later must be installed, and you need a GitHub personal access token with `repo`,
Basic information
More Version Control MCP servers
Github Mcp Server
githubGitHub's official MCP Server
Code Review Server
crazyrabbitLTCA MCP server for code reviews
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Comments