302_custom_mcp
@302ai
About 302_custom_mcp
在302后台自选Tools,快速生成定制的MCP Server。
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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](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.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
Comments