An MCP server for generating images with the Midjourney API.
A MCP server implementation for generating images with Midjourney.
{
"mcpServers": {
"midjourney": {
"command": "uvx",
"args": [
"midjourney-mcp"
]
}
}
}
TOKEN_R
: Midjourney auth token RTOKEN_I
: Midjourney auth token IAPI_BASE
: Midjourney API base URL (optional, defaults to "midjourney.com")SUFFIX
: Midjourney suffix (optional, defaults to "--v 6.1")The server provides the following tool:
generating_image(prompt: str, aspect_ratio: str) -> str
prompt
: Description of the image you want to generateaspect_ratio
: Aspect ratio of the image (e.g. "16:9")This project is licensed under the GNU General Public License v3.0 (GPL-3.0). This means:
An MCP server that provides control over Android devices through ADB. Offers device screenshot capture, UI layout analysis, package management, and ADB command execution capabilities.
An MCP server and client implementation for the Swagger Petstore API.
A Node.js MCP server example for the OpenWeather API, requiring an API key.
A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates Binary Ninja with your favorite MCP client.
An MCP server for interacting with the Clay API, which requires a Clay API key.
Create crafted UI components inspired by the best 21st.dev design engineers.
Integrates with Ollama to run local large language models. Requires a running Ollama instance.
Access and interact with Harness platform data, including pipelines, repositories, logs, and artifact registries.
A tool to retrieve API interface information from YApi, with authentication configurable via environment variables.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.