Skip to content
Grok

mcp ts template for Grok

io.github.cyanheads/mcp-ts-template

TypeScript template for building MCP servers with declarative tooling, observability, and auth.

client:Grok transport:stdio runtime:npm

Install mcp ts template in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-ts-template": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-ts-template"
      ],
      "env": {
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

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

mcp ts template in other clients