mcp test for Grok
io.github.bharath-krishna/mcp-test
A simple MCP server with an echo tool for testing purposes
client:Grok
transport:stdio
runtime:pypi
Install mcp test in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-test": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-echo-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs