MCP Dev Server logo

MCP Dev Server

by ianrichard

The MCP Dev Server provides a UI and client for interacting with various LLMs. It allows users to test and develop applications using different LLM providers like OpenAI, Azure, and Groq.

View on GitHub

Last updated: N/A

MCP Dev Server UI

mcp dev main.py

http://127.0.0.1:6274/#tools

Chat Client

python client/client.py

Client Usage Options

llm = LLMFactory.ollama()
llm = LLMFactory.openai()
llm = LLMFactory.azure() 
llm = LLMFactory.groq()  

llm = LLMFactory.openai("gpt-4o")
llm = LLMFactory.groq("llama-3.3-70b")