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:
MCP server to provide Jira Tickets information to AI coding agents like Cursor.
Integrates with Microsoft's AutoGen framework to enable sophisticated multi-agent conversations via the Model Context Protocol.
An MCP server with integrations for GitLab, Jira, Confluence, and YouTube, providing AI-powered search and development utility tools.
A Node.js project demonstrating MCP client and server interactions for tool poisoning attacks, requiring an Anthropic API key.
An MCP client for Cursor that uses OpenRouter.ai to access multiple AI models. Requires an OpenRouter API key.
A TypeScript framework for building MCP servers with client session handling.
Reference implementations of Model Context Protocol (MCP) servers in Typescript and Python, showcasing MCP features and SDK usage.
Search for and run Yeoman generator templates programmatically.
Assists with aki-ui component development and usage.
A template for creating MCP (ModelContextProvider) servers, configurable via environment variables.