Sponsored by Deepsite.site

Machbase Neo Mcp Server

Created By
machbase5 months ago
Content

Overview This project is an MCP (Model Context Protocol) based server that enables natural language-based database operations through integration between Claude Desktop and Machbase Neo.

When users request database operations in natural language through Claude Desktop's MCP connection, the MCP server converts these requests into Machbase Neo commands and executes them.

Key Features Machbase Neo Official Documentation Search & AI-powered Explanations Claude directly searches Machbase documentation to provide accurate information Real-time Database Integration Table creation, data manipulation, complex query execution Natural language → SQL conversion through Claude Time Series Data Analysis & Querying Analysis of IoT sensor data, log data, and other time series data Native Claude Desktop Integration No additional API keys required, leverages Claude Desktop's built-in capabilities How It Works Step Component Role Communication 1 User Input natural language request Chat interface 2 Claude Desktop Parse request & call MCP tools MCP Protocol 3 MCP Server Generate SQL & connect to Machbase HTTP/REST API 4 Machbase Neo Execute database operations SQL queries Data Flow:

User Request → Claude Desktop → MCP Server → Machbase Neo ↑ ↓ Response ← Claude Interpretation ← MCP Response ← Query Results Installation Quick Setup Windows Install Claude Desktop (if you don't have it yet)

https://claude.ai/download Download project from Git

git clone https://github.com/your-org/Machbase_MCP_Server.git cd Machbase_MCP_Server Run automatic installation

MCP_Install.bat MacOS Download project from Git git clone https://github.com/your-org/Machbase_MCP_Server.git cd Machbase_MCP_Server Run automatic installation ./MCP_Install_mac.sh

After installation: Restart Claude Desktop and test with "Show me the Machbase table list!"

Manual Setup For manual installation or if errors occur during the above installation process:

Clone Repository git clone https://github.com/your-org/Machbase_MCP_Server.git cd Machbase_MCP_Server Python Environment Setup

Using Conda

conda create -n mcp python=3.11 conda activate mcp

Using venv

python -m venv mcp-env source mcp-env/bin/activate # Linux/macOS

mcp-env\Scripts\activate # Windows

Install Dependencies pip install -r requirements.txt Claude Desktop and MCP Server Configuration

Create C:/Users/Username/AppData/Roaming/Claude/claude_desktop_config.json

Machbase.py to C:/Users/Username/AppData/Roaming/Claude/

{ "mcpServers": { "machbase": { "command": "C:/Users/Username/anaconda3/envs/mcp/python.exe", "args": ["C:/Users/Username/AppData/Roaming/Claude/Machbase.py"], "env": { "MACHBASE_HOST": "localhost", "MACHBASE_PORT": "5654" } } } } Usage Examples You can make natural language requests in Claude Desktop like these:

"Create a table for temperature logs" "Insert today's temperature: 28.4°C at 9am" "Show me the latest 10 rows from temperature_log" "Search the Machbase documentation for 'data insertion'" "Drop the table named old_sensor_data" "Show average temperature over the past 3 days" "What tables exist in my Machbase database?" "List all columns in sensor_data" "Generate a trend report for device_001"

About No description, website, or topics provided. Resources Readme Activity Custom properties Stars 0 stars Watchers 0 watching Forks 0 forks Report repository Releases No releases published Create a new release Packages No packages published Publish your first package Languages Python 68.0%

Shell 20.0%

Batchfile 12.0% Suggested workflows Based on your tech stack Publish Python Package logo Publish Python Package Publish a Python Package to PyPI on release. Python application logo Python application Create and test a Python application. Django logo Django Build and Test a Django Project More workflows Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security

Server Config

{
  "mcpServers": {
    "machbase": {
      "command": "C:/Users/Username/anaconda3/envs/mcp/python.exe",
      "args": [
        "C:/Users/Username/AppData/Roaming/Claude/Machbase.py"
      ],
      "env": {
        "MACHBASE_HOST": "localhost",
        "MACHBASE_PORT": "5654"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
WindsurfThe new purpose-built IDE to harness magic
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
ChatWiseThe second fastest AI chatbot™
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.