
apnow fun mcp
用于动态搜索和执行 APINow.fun 接口的 MCP 服务器。
Repository Info
About This Server
用于动态搜索和执行 APINow.fun 接口的 MCP 服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
!APINow.fun MCP Server Banner
APINow.fun MCP Server
TL;DR
This server allows you to dynamically search and execute APINow.fun endpoints with a wallet of your choice using Claude Desktop, Cursor, VS Code, or any popular MCP Client.
-
Clone & Install:
git clone https://github.com/1dolinski/apnow-fun-mcp.git # Or your fork cd apnow-fun-mcp npm install -
Configure MCP Client: Add this to your client's MCP settings (e.g.,
~/.cursor/mcp.json):{ "mcpServers": { "apinow-fun-mcp": { "command": "node", // Make sure this path points to YOUR cloned repository location "args": ["/path/to/your/clone/src/server.js"], "env": { // Replace with your actual ApiNow Wallet Private Key "APINOW_WALLET_PKEY": "YOUR_APINOW_WALLET_PRIVATE_KEY" }, "disabled": false, "autoApprove": [] } } }Remember to update the
argspath and set yourAPINOW_WALLET_PKEY!
Features
- ApiNow Search: Search for ApiNow endpoints using natural language queries.
- ApiNow Execute: Execute specific ApiNow endpoints, passing necessary data and handling authentication.
- Extensible: Easy addition of custom tools.
Start
-
Clone the repository:
git clone https://github.com/1dolinski/apnow-fun-mcp.git # Replace with your repo URL cd apnow-fun-mcp -
Install dependencies:
npm install -
Configure your MCP Client (e.g., Cursor): You need to configure your MCP client (like Cursor) to connect to this server. Add the following configuration to your client's MCP settings (e.g.,
~/.cursor/mcp.json):{ "mcpServers": { "apinow-fun-mcp": { "command": "node", // Make sure this path points to YOUR cloned repository location "args": ["/path/to/your/clone/src/server.js"], "env": { // Replace with your actual ApiNow Wallet Private Key "APINOW_WALLET_PKEY": "YOUR_APINOW_WALLET_PRIVATE_KEY" }, "disabled": false, "autoApprove": [] } } }Important:
- Update the
argspath to the correct location ofserver.jsin your cloned repository. - Replace
"YOUR_APINOW_WALLET_PRIVATE_KEY"in theenvsection with your actual ApiNow wallet private key. Keep this key secure and do not commit it directly into your repository if it's public. Consider using environment variable managers or secrets management tools.
- Update the
-
Start the server:
npm startThe server will run locally (usually on port 3000, check the console output). Your MCP client should now be able to connect and use the ApiNow tools.
Available Tools
This server provides the following tools accessible via MCP:
apinow_search: Searches APINow.fun endpoints.apinow_execute: Executes APINow.fun endpoints.
Community & Support
Join our Telegram group for discussions, help, and updates!
For issues, please open a GitHub issue. For other inquiries, you can reach out on Telegram or X.
We are built on Base!
Contributors
- 1dolinski
Want to contribute? Please open an issue or pull request!
Sponsors
Become a sponsor and get your logo shown here! (Contact details/link)
License
MIT License (or choose another appropriate license)
This project extended mcp-server-starter template by mgesteban.
Quick Start
Clone the repository
git clone https://github.com/1dolinski/apnow-fun-mcpInstall dependencies
cd apnow-fun-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.