XMTP MCP Server
by kwaude
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XMTP_ENV | No | XMTP environment: 'production' for mainnet, 'dev' for testnet, or 'local' for development | production |
| WALLET_KEY | Yes | Your wallet private key for XMTP authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_xmtpC | Connect to XMTP network with wallet key |
| send_messageC | Send a message to an address via XMTP |
| get_messagesC | Get messages from a conversation with an address |
| list_conversationsB | List all active XMTP conversations |
| check_can_messageC | Check if an address can receive XMTP messages |
| stream_messagesC | Start streaming new messages from all conversations |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| XMTP Conversations | List all conversations in XMTP inbox |
| XMTP Inbox | Access XMTP inbox messages |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwaude/xmtp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server