@usualoma/mcp-mt-data-api
v0.0.1-alpha.1
Published
Movable Type MCP Server via Data API
Downloads
9
Readme
Movable Type MCP Server via Data API
[!IMPORTANT] This project was created based on mcp-openapi-server. We would like to express our utmost appreciation to the project.
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
