ows-mcp-server

kaos35/ows-mcp-server
★ 1 stars JavaScript 🤖 AI/LLM Updated 17d ago
An all-in-one MCP wallet server bridging Claude Desktop with 10+ blockchains. Built for the OWS Hackathon
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": {
    "ows-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kaos35/ows-mcp-server"
      ]
    }
  }
}