TG multi-account MCP for Cursor
io.github.mesteriis/tg-account-mcp
Self-hosted, consent-based access to Telegram accounts and bots for MCP clients
client:Cursor
transport:stdio
runtime:pypi
Install TG multi-account MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tg-account-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tg-account-mcp"
],
"env": {
"TG_MCP_STATE_DIR": "<TG_MCP_STATE_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs