---
title: "MCP Servers"
id: "22596"
type: "page"
slug: "mcp-servers"
published_at: "2026-08-04T18:35:38+00:00"
modified_at: "2026-08-25T18:31:38+00:00"
url: "https://hedera.com/mcp-servers/"
markdown_url: "https://hedera.com/mcp-servers.md"
excerpt: "model context protocol (mcp) Build with Hedera. Right inside your AI tools. Connect your AI coding agent or chatbot to the Hedera network with a single endpoint. Query data, create transactions, and ship working Hedera code — without leaving your..."
---

model context protocol (mcp)

# Build with Hedera. Right inside your AI tools.

Connect your AI coding agent or chatbot to the Hedera network with a single endpoint. Query data, create transactions, and ship working Hedera code — without leaving your IDE.

[Hedera Network MCP](https://docs.hedera.com/solutions/ai/hosted-mcp-server)
[Hedera Docs MCP](https://docs.hedera.com/learn/getting-started/mcp-setup)

hedera mcps

## Choose the right MCP for you

Each is purpose-built for different use cases. Pick the one that fits how you work.

Hedera Docs MCP  Live Hedera documentation for your coding agent Live Gives your coding agent live, accurate Hedera documentation — so it stops inventing API calls.

Point Claude, Cursor, ChatGPT, or any MCP client at the official docs. Your agent searches real API references, SDK guides, and code examples at the moment it writes code. No wallet, no keys, read-only.

Endpoint

`https://docs.hedera.com/mcp`Copy

Add it to

Claude CodeCodexCursorVS CodeDevinGemini CLIClaude web & desktopChatGPT

TerminalCopy

```
claude mcp add --transport http hedera-docs https://docs.hedera.com/mcp

# verify
claude mcp list
```

TerminalCopy

```
codex mcp add hedera-docs --url https://docs.hedera.com/mcp

# verify
codex mcp list
```

~/.cursor/mcp.jsonCopy

```
{
  "mcpServers": {
    "hedera-docs": {
      "url": "https://docs.hedera.com/mcp"
    }
  }
}
```

Cmd/Ctrl + Shift + P → Open MCP settings → Add custom MCP

.vscode/mcp.jsonCopy

```
{
  "servers": {
    "hedera-docs": {
      "type": "http",
      "url": "https://docs.hedera.com/mcp"
    }
  }
}
```

Then switch Copilot chat to Agent mode

~/.config/devin/config.jsonCopy

```
{
  "mcpServers": {
    "hedera-docs": {
      "serverUrl": "https://docs.hedera.com/mcp"
    }
  }
}
```

~/.gemini/settings.jsonCopy

```
{
  "mcpServers": {
    "hedera-docs": {
      "url": "https://docs.hedera.com/mcp"
    }
  }
}
```

Server URLCopy

```
https://docs.hedera.com/mcp
```

Settings → Connectors → Add custom connector. Name it Hedera Docs.

Server URLCopy

```
https://docs.hedera.com/mcp
```

Settings → Apps → enable Developer Mode → Create. Name it Hedera Docs.

What it can search

API references & SDK documentation

Code examples & tutorials

How-to guides & quickstarts

Network concepts & architecture

[Read the setup guide](https://docs.hedera.com/learn/getting-started/mcp-setup)

   Hedera Network MCP  Build and sign Hedera transactions from an agent Testnet Lets your agent build real Hedera transactions — then hands you the wallet to sign them.

Wire Hedera network tools into your agent and make tool calls from the CLI. Nothing settles until you sign from your own web3 wallet app or browser extension. Send funds, create tokens, manage topics, and query the network. Your keys throughout.

Endpoint

`https://agentic-testnet-mcp.hedera.com/mcp`Copy

Provide your Hedera Account ID via the `x-hedera-account-id` HTTP header. You will need a funded web3 wallet such as [Kabila Wallet](#)
 or [HashPack](#)
 to sign and send transactions.

Add it to

Claude CodeCodexCursorVS CodeDevinGemini CLIClaude web & desktopChatGPT

TerminalCopy

```
claude mcp add --transport http hedera-testnet-mcp https://agentic-testnet-mcp.hedera.com/mcp

# verify
claude mcp list
```

TerminalCopy

```
codex mcp add hedera-testnet-mcp --url https://agentic-testnet-mcp.hedera.com/mcp

# verify
codex mcp list
```

~/.cursor/mcp.jsonCopy

```
{
  "mcpServers": {
    "hedera-testnet-mcp": {
      "url": "https://agentic-testnet-mcp.hedera.com/mcp"
    }
  }
}
```

Cmd/Ctrl + Shift + P → Open MCP settings → Add custom MCP

.vscode/mcp.jsonCopy

```
{
  "servers": {
    "hedera-testnet-mcp": {
      "type": "http",
      "url": "https://agentic-testnet-mcp.hedera.com/mcp"
    }
  }
}
```

Then switch Copilot chat to Agent mode

~/.config/devin/config.jsonCopy

```
{
  "mcpServers": {
    "hedera-testnet-mcp": {
      "serverUrl": "https://agentic-testnet-mcp.hedera.com/mcp"
    }
  }
}
```

~/.gemini/settings.jsonCopy

```
{
  "mcpServers": {
    "hedera-testnet-mcp": {
      "url": "https://agentic-testnet-mcp.hedera.com/mcp"
    }
  }
}
```

Server URLCopy

```
https://agentic-testnet-mcp.hedera.com/mcp
```

Settings → Connectors → Add custom connector. Name it Hedera Testnet MCP.

Server URLCopy

```
https://agentic-testnet-mcp.hedera.com/mcp
```

Settings → Apps → enable Developer Mode → Create. Name it Hedera Testnet MCP.

Over 40 tools

**Account** Transfer HBAR, create accounts, and manage allowances.

**Consensus** Create and manage HCS topics and messages.

**Token** Create, manage, and airdrop tokens on the network.

**Query** Read balances, accounts, and topic info from mirror nodes.

[Read the setup guide](https://docs.hedera.com/solutions/ai/hosted-mcp-server)
[Full tool listing on GitHub](https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/HEDERATOOLS.md#table-of-contents)

   Hedera Payments MCP  Let an assistant pay, inside limits you set Coming soon Lets an assistant pay for things on its own — inside limits you set first.

A hosted server plus a client that lets Claude, Cursor, VS Code, Gemini, Devin, ChatGPT, and others transact on Hedera without you in the loop.

Paired with Hedera Agent Accounts, so you set an allowance, set policies and limits for your paired agent, and get an audit trail of every agentic transaction.

   Community MCPs  Ecosystem servers, maintained by their authors Ecosystem Servers built by the ecosystem, extending what your agent can reach.

See what the community is building on Hedera. These servers are maintained by their authors rather than by Hedera, so capabilities and support vary.

Available now

**HGraph MCP** Built by Hgraph, this MCP provides enriched data from bare metal Hedera mirror nodes with real-time updates, DeFi metrics, and comprehensive network analytics.

[View HGraph MCP](https://docs.hgraph.com/mcp-server/)

Not sure? Start with the Docs MCP — it needs no wallet and no keys.

mcp resources

Featured resources

[#](#)

[#](#)

[View All](https://docs.hedera.com)

documentation

**Hedera Hosted MCP setup guide**

Step-by-step instructions to connect your agent to the Hedera Hosted MCP Server and start sending transactions. Everything you need to configure your MCP client and make your first Hedera network call: wallet setup, endpoints, and your first transaction.

[View Docs](https://docs.hedera.com/solutions/ai/hosted-mcp-server)

documentation

**Hedera Docs MCP setup guide**

Connect your AI tools to the official Hedera documentation for real-time, accurate answers to your Hedera-related questions — directly from the source.

[View Docs](https://docs.hedera.com/learn/getting-started/mcp-setup)

documentation

**Hedera Docs**

The complete reference for Hedera APIs, SDKs, tutorials, and network concepts. Your go-to resource for full API references, SDK guides, and code examples for building on Hedera; from quickstarts to advanced network topics.

[View Docs](https://docs.hedera.com)

documentation

**x402: Hedera Network transactions embedded in HTTP requests**

Enable AI agents to bundle Hedera Network transaction receipts, and use a Hedera compatible x402 facilitator to settle seamlessly with sellers and data providers.

[Read Docs](https://docs.hedera.com/solutions/ai/x402)

community

**Get help in Hedera Discord**

Connect with Hedera developers, ask questions, and get support from the developer community. Join for real-time help, discussion, and ecosystem updates.

[Discord](https://hedera.com/discord)

## Discover why builders choose Asset Tokenization Studio

Discover why Hedera is the trusted institutional-grade network powering the new digital economy.

Thanks — your submission has been received.

Sorry, something went wrong submitting the form. Please try again, or email us if the problem continues.
