Skip to content
VS Code

mftool mcp for VS Code

io.github.nayakwadis/mftool-mcp

MCP Server for publicly available Indian Mutual Funds data

client:VS Code transport:stdio runtime:pypi

Install mftool mcp in VS Code

.vscode/mcp.json

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

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

mftool mcp in other clients