MCP Quickstart
A basic MCP server from the Quickstart Guide, adapted for OpenAI's Chat Completions API.
MCP Quickstart
Basic MCP server from the Model Context Protocol (MCP) Quickstart Guide adapted to work with the OpenAI chat completions and responses API's
Notes
- MCP configuration
{ "mcpServers": { "weather": { "command": "uv", "args": [ "--directory", "<project_folder>", "run", "weather.py" ] } } } - MCP inspector was very helpful in troubleshooting basic configuration issues
npx @modelcontextprotocol/inspector - Claude desktop works fine with this server
- I was not able to make this server work in PyCharm > AI Assistant > Model Context Protocol (MCP)
Links:
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Zen MCP
An AI-powered server providing access to multiple models for code analysis, problem-solving, and collaborative development with guided workflows.
Ai Notify MCP
Receive system notifications in your code editor when an AI response is complete.
Steadybit
Interact with the Steadybit platform to run chaos engineering experiments.
DeepSeek MCP Server
A server for code generation and completion using the DeepSeek API.
Osquery MCP Server
An MCP server for Osquery that allows AI assistants to answer system diagnostic questions using natural language.
Local MCP Test
A test server for local MCP development and setup.
x64dbgMCP
An MCP server that connects LLMs with the x64dbg debugger, enabling natural language control over debugging functions.
Remote MCP Server (Authless)
An authentication-free, remote MCP server deployable on Cloudflare Workers. Customize tools directly in the source code and deploy via Cloudflare or locally.
mcp.shop
A web shop built with MCP, WorkOS AuthKit, and Next.js.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.