Mcp Servers
Overview
MCP Servers is a repository designed for integrating OpenAI's o1 model and Flux capabilities using the Model Context Protocol (MCP).
To use MCP Servers, clone or fork the repository, set up your environment variables correctly, and start the servers based on the provided configurations.
- Direct access to OpenAI's o1 preview model through MCP. - Streaming support for live data interaction. - Control over model behavior with temperature and top_p parameters. - Integration with Flux capabilities, offering state-of-the-art image models.
- Connecting applications to OpenAI's o1 model for querying and data processing.
- Leveraging Flux technology to enhance image processing tasks in applications.
- Developing AI-driven applications that require seamless integration with advanced models.
Add to your AI client
Use these steps to connect Mcp Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-servers-aadimish": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-aadimish"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-servers-aadimish": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-aadimish"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-servers-aadimish": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-aadimish"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-servers-aadimish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-aadimish"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-servers-aadimish": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-aadimish"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-servers-aadimish": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-aadimish"
]
}
}
}FAQ
Can MCP Servers work with any OpenAI model?
No, MCP Servers are specifically configured to work with the o1 preview model at the moment.
Is there any security concern while using API keys?
Yes, it is essential to store API keys securely using environment variables and to follow security best practices outlined in the repository.
Are there any usage limits with the integrated APIs?
Yes, usage limits depend on the specific API terms provided by OpenAI and Flux.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":102,"uuid":"dd2e0278-3260-4858-be35-ec3ab0b4cf9f","name":"mcp-servers","title":"Mcp Servers","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/64830587?v=4","created_at":"2024-12-13T09:00:46.707Z","updated_at":"2024-12-13T09:35:58.240Z","status":"created","author_name":"aadimish","author_avatar_url":"https://avatars.githubusercontent.com/u/64830587?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/aadimish/mcp-servers","target":"_self","content":"","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]