★ 2 stars
TypeScript
💻 Code/Dev Tools
Updated 6d ago
Model Context Protocol server for Ethora: login, app & chat management, and wallet tools (ERC-20) for MCP clients (Cursor, VS Code, Claude).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"dappros/ethora-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ethora-mcp-server npx -y dappros/ethora-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"dappros/ethora-mcp-server"
]
}
}
}
Topics
ai-agentschat-apiclaudeclaude-desktopclinecursorerc20ethorafunction-callingmcpmcp-servermodel-context-protocolnodejsnpm-packagetool-calling