Skip to content
Cursor

mcp server 12306 for Cursor

io.github.drfccv/mcp-server-12306

An MCP server that provides 12306 ticket query

client:Cursor transport:stdio runtime:pypi

Install mcp server 12306 in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server-12306": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-12306"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server 12306 in other clients