symbol for Cline
io.github.inotakeh/symbol
Read-only MCP server for the Symbol blockchain (XYM): node health, harvesting, voting keys.
client:Cline
transport:stdio
runtime:npm
Install symbol in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"symbol": {
"command": "npx",
"args": [
"-y",
"symbol-mcp-server"
],
"env": {
"SYMBOL_NODE_URL": "<SYMBOL_NODE_URL>",
"SYMBOL_NETWORK": "<SYMBOL_NETWORK>",
"SYMBOL_TIMEZONE": "<SYMBOL_TIMEZONE>",
"SYMBOL_REFERENCE_NODES": "<SYMBOL_REFERENCE_NODES>",
"SYMBOL_REQUEST_TIMEOUT_MS": "<SYMBOL_REQUEST_TIMEOUT_MS>",
"SYMBOL_STATE_DIR": "<SYMBOL_STATE_DIR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs