All About AI MCP Servers
This repository contains MCP (Model Context Protocol) servers for integrating with OpenAI's o1 model and Flux capabilities.
The o1 server enables interaction with OpenAI's o1 preview model through the MCP protocol.
{
"mcpServers": {
"openai": {
"command": "openai-server",
"env": {
"OPENAI_API_KEY": "apikey"
}
}
}
}
Key features:
The Flux server provides integration with Flux capabilities through MCP.
{
"mcpServers": {
"flux": {
"command": "flux-server",
"env": {
"REPLICATE_API_TOKEN": "your-replicate-token"
}
}
}
}
Key features:
git clone https://github.com/AllAboutAI-YT/mcp-servers.git
FLUX_API_KEY=your_flux_key_here
MIT License - See LICENSE file for details.
{ "mcpServers": { "mcp-servers": { "command": "openai-server", "args": [] } } }
Related projects feature coming soon
Will recommend related projects based on sub-categories