Skip to content
Grok

mcp ts core for Grok

io.github.cyanheads/mcp-ts-core

Agent-native TypeScript framework for MCP servers.

client:Grok transport:stdio runtime:npm

Install mcp ts core 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-core": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/mcp-ts-core"
      ],
      "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 core in other clients