mcp-use
- 255 followers
- United States of America
- https://mcp-use.io
- @pietrozullo
- @pederzh
- @mcpuse
- company/mcp-use
- dev@mcp-use.io
🌐 MCP-Use is the open source way to connectany LLM to any MCP server and build custom agents that have tool access, without using closed source or application clients.
- If you want to get started quickly, check outmcp-use.com website to build and deploy agents with your favorite MCP servers.
- Visit themcp-use docs to get started with mcp-use library.
- Python SDK:mcp-use
- TypeScript SDK:mcp-use-ts
mcp-use is an open source library that enables developers to connect any LLM to any MCP server, allowing the creation of custom agents with tool access without relying on closed-source or application-specific clients.
Here's a quick example of how you can usemcp-use:
importasynciofromlangchain_openaiimportChatOpenAIfrommcp-useimportMCPAgent,MCPClientasyncdefmain():client=MCPClient(config= {"mcpServers":{"playwright": {"command":"npx","args": ["@playwright/mcp@latest"],"env": {"DISPLAY":":1"} }}})# Create LLMllm=ChatOpenAI(model="gpt-4o",api_key=...)# Create agent with toolsagent=MCPAgent(llm=llm,client=client,max_steps=30)# Run the queryresult=awaitagent.run("Find the best restaurant in San Francisco")if__name__=="__main__":asyncio.run(main())
➡️Create your own with our Builder
- 💻 Open Source: Connect any LLM to any MCP server without vendor lock-in.
- ⚙️ Flexible Configuration: Support for any MCP server through a simple configuration system.
- ⚙️ Easy Setup: Simple JSON-based configuration for MCP server integration.
- 🤖 Universal LLM Support: Compatible with any LangChain-supported LLM provider.
- 🔌 HTTP Connection: Connect to MCP servers running on specific HTTP ports for web-based integrations.
- 🔀 Dynamic Server Selection: Agents can dynamically choose the most appropriate MCP server for the task.
- 📥 Installation:Install mcp-use and set up your environment
- 📖 Configuration:Learn how to configure mcp-use with your MCP server
We are constantly working to improvemcp-use. Check out what we're planning and suggest new features!
PinnedLoading
Repositories
Uh oh!
There was an error while loading.Please reload this page.
mcp-use/mcp-use’s past year of commit activity - supabase-mcp-server Public
A powerful Model Context Protocol (MCP) server for Supabase, **built with [mcp-use](https://github.com/mcp-use/mcp-use)**. This server provides interactive tools and beautiful React widgets for exploring and querying your Supabase database.
mcp-use/supabase-mcp-server’s past year of commit activity Uh oh!
There was an error while loading.Please reload this page.
mcp-use/awesome-chatgpt-apps’s past year of commit activity - mcp-ts-sdk-fork Public Forked frommodelcontextprotocol/typescript-sdk
Modified version of the official sdk for edge runtime and other improvements by mcp-use
Uh oh!
There was an error while loading.Please reload this page.
mcp-use/mcp-ts-sdk-fork’s past year of commit activity - mcp-use-ts Public
mcp-use is the framework for MCP with the best DX - Build AI agents, create MCP servers with UI widgets, and debug with built-in inspector. Includes client SDK, server SDK, React hooks, and powerful dev tools.
Uh oh!
There was an error while loading.Please reload this page.
mcp-use/mcp-use-ts’s past year of commit activity - mcp-use-cli Public archive
mcp-use powered CLI to connect to any MCP server with any LLM, from your terminal
mcp-use/mcp-use-cli’s past year of commit activity Uh oh!
There was an error while loading.Please reload this page.
mcp-use/xkcd-chatgpt-app’s past year of commit activity - ray-so Public Forked fromraycast/ray-so
Create code snippets, browse AI prompts, create extension icons and more.
Uh oh!
There was an error while loading.Please reload this page.
mcp-use/ray-so’s past year of commit activity
Top languages
Loading…
Uh oh!
There was an error while loading.Please reload this page.
Most used topics
Loading…
Uh oh!
There was an error while loading.Please reload this page.