302_custom_mcp
@302ai
关于 302_custom_mcp
在302后台自选Tools,快速生成定制的MCP Server。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"302ai-custom-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/custom-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
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
🚀 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,
评论