Skip to content
Cursor

education ai mcp for Cursor

io.github.csoai-org/education-ai-mcp

Education Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install education ai mcp in Cursor

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

{
  "mcpServers": {
    "education-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "education-ai-mcp"
      ]
    }
  }
}

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

education ai mcp in other clients