A Model Context Protocol (MCP) server that provides access to VeChain ecosystem resources and tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vechain-mcp-server": {
"command": "npx",
"args": [
"-y",
"vechain/vechain-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vechain-mcp-server npx -y vechain/vechain-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vechain-mcp-server": {
"command": "npx",
"args": [
"-y",
"vechain/vechain-mcp-server"
]
}
}
}