MCP server for Nimiq blockchain interactions
Nimiq mcp mcp server connects Nimiq MCP to AI assistants that speak the Model Context Protocol. MCP server for Nimiq blockchain interactions.
A Model Context Protocol (MCP) server for interacting with the Nimiq blockchain.
Once connected, the assistant can call this tool directly:
Category — ToolThe server is distributed via npm as nimiq-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 3 environment variables: CLOUDFLARE_API_TOKEN, CLOUDFLARE_ACCOUNT_ID, NIMIQ_RPC_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.
Knowledge and memory servers address the most frustrating trait of language models — walking into every conversation with no recollection of the last one. Nimiq MCP sits in that group, and the shape of its toolset — Category — tells you what it is really for. Worth comparing against the other knowledge memory servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Category | Tool |
{
"mcpServers": {
"nimiq": {
"url": "https://nimiq-mcp.je-cf9.workers.dev/sse",
"transport": "sse"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CLOUDFLARE_API_TOKEN | Credential the server authenticates with. | Yes |
| CLOUDFLARE_ACCOUNT_ID | Configuration value read at startup. | Optional |
| NIMIQ_RPC_URL | Endpoint or connection string the server talks to. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.