Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings
mcp-use

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@mcp-use

mcp-use

Open source dev-tools and infra for MCP (model context protocol)
mcp use logo

🌐 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.

🧐 What is mcp-use?

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.

✨ Just like this

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

🚀 Key Features

  • 💻 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.

🏁 Getting Started


We are constantly working to improvemcp-use. Check out what we're planning and suggest new features!

PinnedLoading

  1. mcp-usemcp-usePublic

    mcp-use is the easiest way to interact with mcp servers with custom agents

    TypeScript 8.7k 1k

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 15 repositories
  • mcp-use Public

    mcp-use is the easiest way to interact with mcp servers with custom agents

    mcp-use/mcp-use’s past year of commit activity
    TypeScript 8,705MIT 1,043 16(1 issue needs help) 14 UpdatedDec 18, 2025
  • inspector Public

    Modern MCP Inspector for remote mcp servers with support for Apps SDK

    mcp-use/inspector’s past year of commit activity
    TypeScript 9 1 0 0 UpdatedDec 18, 2025
  • 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
    TypeScript 4 1 0 0 UpdatedDec 18, 2025
  • awesome-chatgpt-apps Public

    A curated list of ChatGPT Apps & templates

    mcp-use/awesome-chatgpt-apps’s past year of commit activity
    TypeScript 4Apache-2.00 0 0 UpdatedDec 16, 2025
  • mcp-ts-sdk-fork Public Forked frommodelcontextprotocol/typescript-sdk

    Modified version of the official sdk for edge runtime and other improvements by mcp-use

    mcp-use/mcp-ts-sdk-fork’s past year of commit activity
    TypeScript0MIT 1,515 0 2 UpdatedDec 11, 2025
  • mcp-conformance-action Public

    GitHub Action for running MCP conformance tests

    mcp-use/mcp-conformance-action’s past year of commit activity
    TypeScript 3MIT0 0 0 UpdatedDec 8, 2025
  • 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.

    mcp-use/mcp-use-ts’s past year of commit activity
    TypeScript 163 31 6(1 issue needs help) 20 UpdatedDec 8, 2025
  • 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
    TypeScript 48MIT 6 4 1 UpdatedNov 24, 2025
  • xkcd-chatgpt-app Public Forked fromhemanth/xkcd-chatgpt-app

    XKCD Chat GPT APP

    mcp-use/xkcd-chatgpt-app’s past year of commit activity
    Python0 1 0 0 UpdatedNov 7, 2025
  • ray-so Public Forked fromraycast/ray-so

    Create code snippets, browse AI prompts, create extension icons and more.

    mcp-use/ray-so’s past year of commit activity
    TypeScript0MIT 289 0 0 UpdatedOct 28, 2025

[8]ページ先頭

©2009-2025 Movatter.jp