logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

coin-mcp-server

Integrates with the Model Context Protocol for dynamic interaction with external data and tools. Facilitates seamless communication between LLM clients and various resources, actions, and prompts.

Author

coin-mcp-server logo

donkeylichao

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

apisprotocolrequestscontext protocolprotocol dynamicapis http

Installing Manually

Install using uv:

1.首先,确保安装了 uv:

curl -LsSf https://astral.sh/uv/install.sh | sh

2.然后,直接从 github 安装:

uv pip install git+https://github.com/donkeylichao/coin-mcp-server.git --system

或者,您也可以克隆仓库后本地安装:

# 克隆仓库
git clone https://github.com/donkeylichao/coin-mcp-server.git
cd coin-mcp-server

# 安装依赖
uv pip install -e .

安装完成后,您就可以运行:

coin-mcp-server

cursor 配置

{
  "mcpServers": {
    "coin": {
        "command": "coin-mcp-server"
    }
  }
}

See Also

`