grok-build-mcp
Rank #9,847io.github.howardpen9/grok-mcp
Use xAI Grok as a peer reviewer + PR gate from Claude Code, Cursor, Cline and any MCP host.
grok-build-mcp is a Model Context Protocol (MCP) server published by howardpen9. It ranks #9,847 of 115,591 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. grok-build-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 26, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 105,744 of 115,591 servers on MCP Toplist.
Use grok-build-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add grok-mcp -- npx -y grok-cli-mcp[mcp_servers.grok-mcp]
command = "npx"
args = ["-y", "grok-cli-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"grok-mcp": {
"command": "npx",
"args": [
"-y",
"grok-cli-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"grok-mcp": {
"command": "npx",
"args": [
"-y",
"grok-cli-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"grok-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"grok-cli-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"grok-mcp": {
"command": "npx",
"args": [
"-y",
"grok-cli-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"grok-mcp": {
"command": "npx",
"args": [
"-y",
"grok-cli-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.howardpen9%2Fgrok-mcp)<a href="https://mcptoplist.com/server/io.github.howardpen9%2Fgrok-mcp"><img src="https://mcptoplist.com/badge/io.github.howardpen9%2Fgrok-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
howardpen9
Other servers by howardpen9
View all howardpen9 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains grok-build-mcp?
- grok-build-mcp is maintained by howardpen9, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is grok-build-mcp listed on the Official MCP Registry?
- Yes — grok-build-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does grok-build-mcp have?
- MCP Toplist tracks 1 version of grok-build-mcp, most recently published on Jun 10, 2026.
- Where can I find the source code for grok-build-mcp?
- The source code for grok-build-mcp is hosted at github.com/howardpen9/grok-mcp.