MCP Server
Maintained
MIT
io.github.Spacetime-Technology/chia-explorer MCP Server
io.github.Spacetime-Technology/chia-explorer
What is the io.github.Spacetime-Technology/chia-explorer MCP server?
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
How to install io.github.Spacetime-Technology/chia-explorer
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"chia-explorer": {
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"chia-explorer": {
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chia-explorer": {
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"chia-explorer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}Claude Code
claude mcp add chia-explorer -- npx -y chia-explorerRelated MCP servers
io.github.Spacetime-Technology/safehold
Maintained
Local, encrypted MCP vault for passports, IDs, visas and photos. You control access.
0
View repository →TypeScript
MIT