Back to Home
burnworks icon

mcp-movabletype-writer

Verified Safe

by burnworks

Overview

This server integrates AI tools with Movable Type to facilitate AI-driven drafting and editing of blog posts, specifically focusing on creating and managing draft articles.

Installation

Run Command
npx mcp-movabletype-writer

Environment Variables

  • MT_API_URL
  • MT_USERNAME
  • MT_PASSWORD
  • MT_API_VERSION
  • MT_CLIENT_ID
  • MT_REMEMBER

Security Notes

The server uses environment variables for sensitive Movable Type API credentials (MT_USERNAME, MT_PASSWORD, MT_API_URL). It explicitly prohibits dangerous operations like deleting articles, publishing drafts, or editing published articles, by design. Input from the AI client is structured via MCP SDK schemas and passed through an `axios`-based client that correctly encodes parameters, mitigating common injection risks. Session data is stored locally on the file system and is not exposed over the network. The code is well-structured and avoids direct use of 'eval' or similar high-risk functions.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-19

Tags

AI integrationContent ManagementMovable TypeDraftsBlogging