About
Bink — Model Context Protocol server
README
A Model Context Protocol (MCP) server implementation for Bink AI, enabling AI agents to interact with blockchain networks and DeFi applications.
Overview
Bink MCP Server provides a bridge between AI language models and blockchain functionality through the Model Context Protocol. It allows AI agents to perform various blockchain operations including:
- Wallet management
- Token information retrieval
- DeFi swaps on platforms like PancakeSwap
- Cross-chain bridging
- Price checking and trading
Features
- 🌐 Multi-chain Support: Works with Ethereum, BNB Chain, and Solana networks
- 🔄 DeFi Integrations: Connects with PancakeSwap, Jupiter, Thena and other DeFi platforms
- 🔌 Modular Plugin System: Extensible architecture with support for swap, bridge, token and wallet plugins
- 🔐 Secure Wallet Management: Handles wallet operations securely
- 🤖 MCP Compatibility: Fully implements the Model Context Protocol for AI agent integration
Prerequisites
- Node.js 16+
- Yarn or npm
Installation
# Clone the repository
git clone https://github.com/Bink-AI/bink-mcp-server.git
cd bink-mcp-server
# Install dependencies
yarn install
Configuration
Create a .env file in the root directory with the following variables:
# Wallet configuration
WALLET_MNEMONIC=your_wallet_mnemonic_here
Usage
Development
# Start the development server
yarn dev
Production
# Build the project
yarn build
# Start the server
yarn start
API
This server implements the Model Context Protocol, providing the following endpoints:
listTools- Lists available blockchain toolscallTool- Executes blockchain operationslistResources- Lists available resourcesreadResource- Retrieves resource data
Development
Project Structure
src/index.ts- Entry pointsrc/server.ts- MCP server implementationsrc/mcp-agent.ts- Agent bridging MCP to Bink pluginssrc/utils.ts- Utility functions
Installing Bink
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Bink-AI/bink-mcp-serverFAQ
Is Bink MCP free?
Yes, Bink MCP is free — one-click install via Unyly at no cost.
Does Bink need an API key?
No, Bink runs without API keys or environment variables.
Is Bink hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Bink in Claude Desktop, Claude Code or Cursor?
Open Bink on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Bink with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
