Skip to content
Cursor

Learning Model Context Protocol for Cursor

io.github.yarnabrina/mcp-learning

MCP server that can perform basic arithmetic operations and parse/evaluate arithmetic expressions.

client:Cursor transport:stdio runtime:pypi

Install Learning Model Context Protocol in Cursor

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

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

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

Learning Model Context Protocol in other clients