MaStR MCP Server for Cursor
io.github.ulircs/mastr-mcp-server
MCP server for the German Marktstammdatenregister (MaStR) energy market register
client:Cursor
transport:stdio
runtime:pypi
Install MaStR MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mastr-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mastr-mcp-server"
],
"env": {
"MASTR_USER": "<MASTR_USER>",
"MASTR_TOKEN": "<MASTR_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs