302_custom_mcp
@302ai
About 302_custom_mcp
在302后台自选Tools,快速生成定制的MCP Server。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"302ai-custom-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/custom-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 302_custom_mcp?
302_custom_mcp is a Model Context Protocol (MCP) server that integrates the 302AI API with Claude Desktop. It allows Claude to interact with 302AI services through custom tools. The server is intended for developers who already use the 302AI platform and want to extend Claude’s capabilities.
How to use 302_custom_mcp?
Install dependencies with npm install, then build the server with npm run build (or use npm run watch for auto-rebuild). To use with Claude Desktop, add the server configuration to claude_desktop_config.json (MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json). Set the command to npx -y @302ai/custom-mcp and provide your 302AI_API_KEY in the env field.
Key features of 302_custom_mcp
- Integrates 302AI API with Claude Desktop
- Uses npx for zero‑install execution
- Supports MCP stdio transport
- Requires API‑key authentication
- Provides debugging via MCP Inspector
Use cases of 302_custom_mcp
- Enabling Claude to access 302AI services
- Building custom AI‑powered workflows with 302AI
- Experimenting with the Model Context Protocol using a real API
FAQ from 302_custom_mcp
How do I install and configure 302_custom_mcp?
Install dependencies with npm install, build with npm run build, then add the server config to Claude Desktop’s claude_desktop_config.json file. Use the provided JSON snippet with your 302AI API key.
Where can I get my 302AI_API_KEY?
You can obtain your API key from the 302AI dashboard: https://dash.302.ai/apis/list.
How do I debug the server?
Because MCP servers communicate over stdio, debugging is tricky. Use the MCP Inspector by running npm run inspector; it will provide a URL with debugging tools.
What system dependencies are required?
Node.js and npm are required to build and run the server. No other external services or runtimes are mentioned in the README.
How does the server communicate with Claude Desktop?
The server uses the MCP protocol over standard input/output (stdio). Claude Desktop starts the server as a subprocess and communicates via stdin/stdout.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ghidraMCP
LaurieWiredMCP Server for Ghidra
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments