Skip to content
VS Code

Learning Model Context Protocol for VS Code

io.github.yarnabrina/mcp-learning

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

client:VS Code transport:stdio runtime:pypi

Install Learning Model Context Protocol in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Learning Model Context Protocol in other clients