302AI Custom MCP Server
About
A customizable MCP service with flexible tool selection and configuration. Requires a 302AI API key.
Details
- Author
- 302ai
- Downloads
- 351
- Categories
- Developer Tools, Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
302AI Custom MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"302ai custom mcp server": {
"302ai-custom-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/custom-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
}
McpServers
{
"302ai-custom-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/custom-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
A customizable MCP service with flexible tool selection and configuration. Requires a 302AI API key.
A customizable MCP service that supports tool selection and flexible configuration to meet your various needs.
Enter a name and select the tools you want to configure.
This is the current list of available tools, which is continuously being updated
After creation, click on the Server name to view the Server configuration
Different Servers use different KEYs to obtain tool configurations. The client only needs to be installed once, no repeated installation required. Switching between different Servers only requires changing the API_KEY.
Open the MCP Server button in the chatbot
Enter the key you just created in 302ai-custom-server
Turn on the Server switch to start using it.
Taking Chatwise as an example for use in third-party clients Click on the Server name, then click the copy button
Open Chatwise settings-tools, click the bottom left corner, import JSON from clipboard
MCP Server imported successfully, you can now use it normally.
- 🔧 Quickly generate your own MCP Server by selecting different APIs
- 🌐 Compatible with: Various MCP-supported clients, including 302.AI's chatbot
- 💻 Currently includes multiple tool types such as BrowserUseTools, FileTools, ImageTools, MathTools, SandboxTools, with more updates coming
To use with Claude Desktop, add the server config:
On MacOS:~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows:%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "302ai-custom-mcp": { "command": "npx", "args": ["-y", "@302ai/custom-mcp"], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE", "LANGUAGE": "YOUR_LANGUAGE_HERE" } } } }
To use with Cherry Studio, add the server config:
{ "mcpServers": { "Li2ZXXJkvhAALyKOFeO4N": { "name": "302ai-custom-mcp", "description": "", "isActive": true, "registryUrl": "", "command": "npx", "args": [ "-y", "@302ai/custom-mcp" ], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }
To use with ChatWise, copy the following content to clipboard
{ "mcpServers": { "302ai-custom-mcp": { "command": "npx", "args": ["-y", "@302ai/custom-mcp"], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }
Go to Settings -> Tools -> Add button -> Select Import from Clipboard
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using theMCP Inspector, which is available as a package script:
The Inspector will provide a URL to access debugging tools in your browser.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





