302AI Basic MCP Server
About
A toolkit for enhancing the fundamental capabilities of large language models.
Details
- Author
- 302ai
- Downloads
- 287
- Categories
- Developer Tools, Other
Jump to
- Dynamic tool list loaded from a remote server
- Supports stdin (local) and HTTP server (remote) modes
- Includes tools: Wiki Search, Arxiv Search, Calculator, Code Execution, Web Search, File Parser
- Simple npx-based installation with no additional dependencies required
- Compatible with multiple MCP clients (Claude Desktop, Cherry Studio, ChatWise)
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 Basic 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 and run via npx -y @302ai/basic-mcp, then configure your MCP client (Claude Desktop, Cherry Studio, or ChatWise) with the provided JSON block, setting your 302AI_API_KEY in the environment variables. The server supports both local stdin mode and a remote HTTP server mode.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"302ai basic mcp server": {
"302ai-basic-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/basic-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
}
McpServers
{
"302ai-basic-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/basic-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
302AI Basic Tools is a toolkit for enhancing the fundamental capabilities of large language models.
- 🔧 Dynamic Loading - Automatically update tool list from remote server.
- 🌐 Multi modes supported, you can usestdinmode locally, or host it as a remote HTTP server
- Wiki Search
- Arxiv Search
- Calculator
- Code Execution
- Web Search
- File Parser
- Upload webpage
To use with Claude Desktop, add the server config:
On MacOS:~/Library/Application Support/Claude/claude_desktop_config.json
On Windows:%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "302ai-basic-mcp": { "command": "npx", "args": ["-y", "@302ai/basic-mcp"], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }
To use with Cherry Studio, add the server config:
{ "mcpServers": { "Li2ZXXJkvhAALyKOFeO4N": { "name": "302ai-basic-mcp", "description": "", "isActive": true, "registryUrl": "", "command": "npx", "args": [ "-y", "@302ai/basic-mcp" ], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }
To use with ChatWise, copy the following content to clipboard
{ "mcpServers": { "302ai-sandbox-mcp": { "command": "npx", "args": ["-y", "@302ai/basic-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.





