Skip to content
Cursor

stapi mcp for Cursor

io.github.mrfentmen/stapi-mcp

Keyless MCP server for STAPI: Star Trek characters, episodes, series, movies, species.

client:Cursor transport:stdio runtime:npm

Install stapi mcp in Cursor

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

{
  "mcpServers": {
    "stapi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stapi-mcp"
      ]
    }
  }
}

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

stapi mcp in other clients