Skip to content
Cursor

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

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

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

MIAPI — Grounded Web Answers in other clients