MIAPI — Grounded Web Answers for Cursor
uk.miapi/miapi
Web search and AI answers with real source citations and a confidence score.
client:Cursor
transport:stdio
runtime:pypi
Install MIAPI — Grounded Web Answers in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"miapi": {
"type": "stdio",
"command": "uvx",
"args": [
"miapi-sdk"
],
"env": {
"MIAPI_API_KEY": "<MIAPI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs