Skip to content

Elias MCP Sample Server for VS Code

io.github.elpadev/sample-mcp-server-python-package

A sample MCP server for testing

client:VS Code transport:stdio runtime:pypi

Install Elias MCP Sample Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "sample-mcp-server-python-package": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "elias-mcp-server-elpadev"
      ]
    }
  }
}

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

Elias MCP Sample Server in other clients