Movable Type MCP Server via Data API
April 12, 2025 ยท View on GitHub
Important
This project was created based on mcp-openapi-server. We would like to express our utmost appreciation to the project.
Important
This project is currently very alpha state. It is not recommended for production use. Please use at your own risk.
A Model Context Protocol (MCP) server for Movable Type using the Data API. This server allows you to interact with Movable Type's Data API in a standardized way, making it easier to integrate with other applications and services.
Quick Start
You do not need to clone this repository to use this MCP server. You can simply configure it in Claude Desktop:
-
Install node.js and npm if you haven't already.
-
Locate or create your Claude Desktop configuration file:
- On macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- On macOS:
-
Add the following configuration to enable the OpenAPI MCP server:
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": ["-y", "@usualoma/mcp-mt-data-api"]
}
}
}
License
MIT