Symbol Model Context Protocol (MCP)
About
This MCP server provides endpoints for the Symbol blockchain, as documented at the Symbol Developers OpenAPI (v1.0.4). It is designed to be used with Claude Desktop via an MCP server configuration.
Details
- Author
- husqvaluna
- Downloads
- 148
- Categories
- Other
Jump to
- Provides endpoints for the Symbol blockchain (via Symbol OpenAPI v1.0.4).
- Generates a typed ZOD client from the OpenAPI specification.
- Runs as an MCP server using npx tsx.
- Integrates with Claude Desktop as an MCP tool.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Symbol Model Context Protocol (MCP)Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server in Claude Desktop's MCP settings using the provided JSON, specifying the command npx with arguments including -y, tsx, and the path to the server's index.ts. A ZOD client can be generated from the OpenAPI spec using npx openapi-zod-client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"symbol model context protocol (mcp)": {
"spike-mcp-symbol-server": {
"command": "npx",
"args": [
"openapi-zod-client",
"https://symbol.github.io/symbol-openapi/v1.0.4/openapi3.yml",
"\\"
]
}
}
}
}
McpServers
{
"spike-mcp-symbol-server": {
"command": "npx",
"args": [
"openapi-zod-client",
"https://symbol.github.io/symbol-openapi/v1.0.4/openapi3.yml",
"\\"
]
}
}
Symbol Model Context Protocol (MCP)
Endpoints \- Symbol Developers
Generate ZOD client
$ npx openapi-zod-client https://symbol.github.io/symbol-openapi/v1.0.4/openapi3.yml \
-o src/zodios/symbol.ts --base-url https://sym-test-01.opening-line.jp:3001 \
-a
Example MCP server config for Claude Desktop
{
"mcpServers": {
"symbol": {
"command": "npx",
"args": [
"-y",
"tsx",
"/path/to/spike-symbol-mcp-server/src/index.ts"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



