Skip to content
Cursor

Semantic API for Cursor

io.github.peter-j-thompson/semanticapi

Search and discover any API using natural language. 163+ providers with auto-discovery.

client:Cursor transport:stdio runtime:pypi

Install Semantic API in Cursor

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

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

{
  "mcpServers": {
    "semanticapi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "semanticapi-mcp"
      ],
      "env": {
        "SEMANTIC_API_KEY": "<SEMANTIC_API_KEY>"
      }
    }
  }
}

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

Semantic API in other clients