Skip to content
Windsurf

Learning Model Context Protocol for Windsurf

io.github.yarnabrina/mcp-learning

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

client:Windsurf transport:stdio runtime:pypi

Install Learning Model Context Protocol in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Learning Model Context Protocol in other clients