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
{
"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