Step Plan MCP MVP
Related Servers
Alternatives to Step Plan MCP MVP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityBmaintenanceLocal MCP server that adds multimodal capabilities to text-only models like Codex/DeepSeek, offering tools for image description, audio transcription, video analysis, image/video generation, and speech synthesis.10-
- AlicenseAqualityCmaintenanceA local MCP server that adds computer-vision tools to coding agents and models that do not support native image input, using Codex OAuth credentials and the ChatGPT/Codex Responses backend.8135MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that gives text-only agents like Claude Code and Codex image, video, and audio analysis capabilities through local setup and multiple AI providers.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that provides image description capability using StepFun Step-3.7-flash multimodal model, enabling models to 'see' images by converting them into detailed text descriptions.MIT
- AlicenseBqualityDmaintenanceA local MCP server for generating and editing images using OpenAI-compatible APIs. It provides text-to-image generation and image editing capabilities with configurable endpoints and saves output directly to local files.211MIT
- AlicenseAqualityBmaintenanceAn MCP server that gives text-only models image generation and understanding capabilities, with tools like generate_image, describe_image, and set_api_key. It enables any MCP client to create and analyze images using a single API key.4MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: checking setup status, configuring an API key, generating an image, and generating speech. There is no meaningful overlap between the four tools.
All names use snake_case with a consistent 'step_' prefix, and most follow a verb_noun pattern. 'step_text_to_speech' is the one outlier because it lacks an explicit verb like 'generate' or 'synthesize'.
Four tools is well-scoped for an MVP server that handles setup plus two core generation capabilities. Each tool earns its place without unnecessary bloat.
The setup flow is covered with status and configuration tools, and the two main generation tasks are present. Minor gaps exist around resetting or removing the API key and managing generated outputs, but these are not critical for the stated MVP scope.