
TL;DR
mcp-use is building open-source dev tools and infrastructure for MCP to help dev teams quickly build and deploy custom AI agents with MCP servers.
Our SDK just crossed 100,000 downloads and 4,800 Github stars.
Teams at large enterprises like NVIDIA, NASA and SAP are using us to build internal AI tools.
Building an agent with or without MCP?
If you're building an AI agent, we'd love to show you how mcp-use can help you develop and deploy your custom agents.
https://cal.com/mcp-use/30min or shoot a message to us: +1 (628) 899-2498 or founders@mcp-use.com
https://www.youtube.com/watch?v=rU5eQiZFdlI
When MCP and the first use cases came out, we could not believe that such a powerful tech could only be used on IDEs or Claude Desktop.
You can now rebuild any existing AI agent product using just a simple script.
We felt the need to write agents ourselves, in code, in a structured and composable way, and allow other developers to do the same. That’s why we first released the mcp-use library.
Now we want to make the development of MCP agents dev-friendly and production-ready for companies.
An MCP agent is a set of MCP servers + LLM + system prompt.
With mcp-use library you define the MCP servers config, and initialize the MCP client.
Choose the LLM and system prompt and the agent is ready to go.
async def main():
load_dotenv()
client = MCPClient.from_config_file("browser_mcp.json")
llm = ChatOpenAI(model="gpt-4o")
agent = MCPAgent(llm=llm, client=client, max_steps=30)
async for chunk in agent.astream("Look for job at nvidia for machine learning engineer."):
print(chunk["messages"], end="", flush=True)
This is all great, but when you have to roll out those agents, you don’t want to share local configurations via email or stitch together pieces of code in your existing codebases.
What we've built at mcp-use solves both.
https://www.youtube.com/watch?v=BbgmUpaQC_s
Do you know anyone already using MCP servers internally or building products powered by AI agents?
For the first few companies we will personally create/integrate MCP servers you need, have everything running through our platform, either on cloud or your own infrastructure. We even help you integrate our SDK into your code.
What do you think? Can we help you?
Book a call: https://cal.com/mcp-use/30min
Shoot a message to us: +1 (628) 899-2498 or founders@mcp-use.com