Cookie preferences

We use cookies to improve your experience. See our Privacy Policy.

Manufact

mcp-use 10,000 stars

The road to 10,000 stars #10000

Merged

pietrozullo@pietrozullopietrozulloauthored · manufact merged 9 commits into main from genesis

Initial Commit
ecac686

mcp-use was born on March 28, 2025. The MCP protocol was released just a few months before and it was starting to gain traction. The first clients that supported MCP were Cursor and Claude Desktop, where you could connect your MCP server by pasting a JSON configuration file.

The most popular MCP server at the time was Playwright, that gave agents access to Chrome. Other popular MCP servers were all development oriented, docs, GitHub etc. We immediately saw the bigger picture. At the time MCP was a developer only product, but the ability to give agents access to external systems by just plugging in an external component could have much bigger impact.

If this was going to be true, proprietary closed source applications could not be the only way to use MCP servers.

So we wrote mcp-use, it was a simple library that allowed you to connect any MCP server to any LLM in six lines of code. Fun fact: initially the library was called pymcp, then mcpeer, it landed on mcp-use just after (inspired by our friends at browser-use).

As every open source project, mcp-use started with a README file and relentless posting on Reddit. Demo after demo, we started collecting some interest and feedback. The first demo that went "viral" was the one that showed how to control a curtain with MCP. It showed that MCP is much more than a way to connect your coding agents to documentation.

The first README
The first README
The first Reddit post
The first Reddit post
Controlling curtains with MCP
Controlling curtains with MCP

The initial demos are always hard. The product is so simple that it seems like it is not worth launching. The first updates are so small that it seems hard to think that anybody will care.

Fortunately, we did not stop, and at some point LangChain picked up on it and decided to shout it out, giving massive visibility. The post went viral and so our repo.

LangChain@LangChain
LangChainBotcommented on Apr 10, 2025

Just launched: an open-source library that connects any LLM to MCP tools for custom agents, with seamless LangChain integration and support for web browsing, Airbnb search, and 3D modeling. Explore it on GitHub.

LangChain sharing mcp-use
LangChain sharing mcp-use
star-history@star-history
star-historyBotcommented on Apr 16, 2025

1,000 stars. mcp-use/mcp-use crossed its first thousand stargazers.

feat: applied to Y Combinator (S25)

After the initial developer love and traction from our open source community, we certainly were convinced that we had something going on. In addition we strongly believed in the cause and we loved working on mcp-use, we could see ourselves working on it for the next 10 years, and we decided to make this our life work.

We applied to YC S25.

YC not only is the best place to build any startup, But recently had started funding some of the best open source dev tool companies out there, Supabase, PostHog, Browser Use, just to name some. It seemed the perfect place to grow our open source project into a real company.

Both of us had applied to YC several times in the past. What was different this time? As many things in life, things happen when you have the least pressure. We were so motivated and excited about working on mcp-use, that in our mind YC was not a necessary condition for our success. Hadn't we got it, we would have continued anyway.

We submitted our application very spontaneously, with full transparency and confidence in what we had built.

A couple weeks later, while Luigi was in boarding line of a plane, we had the final call with our Partner Jon, who gave us the good news.

We were accepted to the YC S25 batch.

Our YC application video
Our YC application video
ycombinator@ycombinator
ycombinatorBotcommented on May 13, 2025

Congratulations, and welcome to the YC S25 batch! We're excited to have mcp-use join. See you in the Dogpatch.

pypi@pypi
pypiBotcommented on Jun 28, 2025

mcp-use just crossed 100,000 downloads across PyPI and npm. A viral week gets you attention; downloads are the part that compounds.

feat: the YC batch
c10ud01

YC was the perfect place for us to grow, the relentless pace of launches, demos, customer calls helped us iterate faster than ever.

We launched our first cloud product. Talked to hundreds of companies, startups and builders. Launched new features. Every time we made something happened, we put it out there. During the YC batch we launched around 10 times, we let as many people as possible know what we were building. In just 6 weeks we doubled our stars, tripled our downloads, closed our first customers. Our SDK was used by 20% of the US 500.

The lesson: make sure people know about what you are building. It will drive your growth or tell you that you are doing something wrong.

Launch YC@Launch YC
Launch YCBotcommented on Jul 25, 2025
Launching mcp-use Cloud
star-history@star-history
star-historyBotcommented on Jul 31, 2025

5,000 stars. mcp-use/mcp-use crossed 5,000 stargazers.

Show HN@Show HN
Show HNBotcommented on Aug 8, 2025
Show HN: mcp-use on the Hacker News front page
Show HN: mcp-use on the Hacker News front page
feat: $6.3M Seed Round
9000a6c

At the end of the YC batch, we have proven our thesis. We have a strong community of developers using our open source library and we have a cloud product used by customers in production.

We decided to raise a seed round to fund the growth of the company and the development of the open source library.

We raised from some of the best investors out there, investors and operators that know dev tools and open source.

This was extremely important for us. We want partners that understand the open source world, the value and importance of the community and will help us grow the project in the right way.

We could not be luckier in this sense.

$6.3M seed led by Peak XV
$6.3M seed led by Peak XV
tonxxd@tonxxd@tonxxd joined the team as CTO 🎉· Sep 18, 2025
feat: TypeScript, server SDKs

After YC, we were in full open-source build mode.

We wanted our SDKs to provide the best developer experience accross the MCP stack.

So far, mcp-use was mainly helping developers consume MCP servers, through our MCPClient and MCPAgent abstractions. To build good clients, you also need servers. While building mcp-use we have tested, built and debugged many MCP servers. We had so many ideas and feedback from the community that we decided to build our own server SDKs.

That is what we did!

We started working on our server SDKs, we released a TypeScript version of it, and an open source inspector to test and debug MCPs just like web apps.

Server SDK
Server SDK
TypeScript SDK
TypeScript SDK
The Inspector
The Inspector

In September, the idea that MCP servers could return more than just text started becoming a reality thanks to the awesome work from the mcp-ui team. Shortly later, the ChatGPT App SDK was released, enabling the creation of interactive apps over MCP and their publication to the ChatGPT store.

We were the first to provide full support for these, both in our SDK and our inspector.

The spec later evolved to a standard, MCP Apps, which is now an official extension of the MCP protocol. Today, all the labs and major clients agreed on this interface, which now powers the Claude Connector Store, ChatGPT App Store, Cursor Plugins, and every other client out there.

The bet on TypeScript paid off! Since then, our TypeScript SDK grew from 400 (yes 400) to 50,000 weekly downloads!

star-history@star-history
star-historyBotcommented on Sep 26, 2025

7,500 stars. mcp-use/mcp-use crossed 7,500 stargazers.

feat: MCP App YC Hackathon

In February, we hosted the largest MCP Apps hackathon ever at YC headquarters in San Francisco.

The MCP App YC hackathon
The MCP App YC hackathon

We had 650 applications, 300 builders, sponsored by OpenAI, Cloudflare and Anthropic. Prizes included tens of thousands of dollars in credits, Mac Minis, and a YC interview!

Such a great experience, being in the same room with so many builders, the panel of judges who are writing the MCP spec, was a great source of feedback and inspiration for us.

It is also where we coined the term "Make something agents want" which kind of became our mission statement.

Make something agents want
Make something agents want

khandrew1@khandrew1@khandrew1 joined the team 🎉· Apr 1, 2026
feat: on stage at the MCP Dev Summit

We were Platinum Sponsors at the MCP Dev Summit in New York City. Another occasion to meet with the MCP community, steering committee and most talented and forward looking companies in the space.

Right around the MCP Dev Summit time, we welcomed khandrew1@khandrew1@khandrew1 to the team!

The team at the MCP Dev Summit
The team at the MCP Dev Summit
mcp-dev-summit@mcp-dev-summit
mcp-dev-summitBotcommented on Apr 1, 2026

Manufact is Platinum Sponsor of the MCP Dev Summit.

feat: Launch Week and Manufact Cloud
launchwk

The release of MCP Apps as an official extension, the opening of the ChatGPT and Claude MCP Stores, was a huge moment for MCP, and we wanted to be there to support it. We have been working hard on our products to make it super easy to deploy, monitor and publish production MCP Apps.

The MCP App hackathon, the MCP Dev Summit and many conversations we had with companies and builders that wanted to publish their MCP apps, gave us the right directions.

We listened. Improved our SDKs and product to serve this new wave and made manufact.com the best place to build, deploy and publish MCP apps and servers.

If you do not want to take my word for it, take OpenAI's:

From the OpenAI docs
From the OpenAI docs

We launched all the features in a launch week, with a new feature every day. Check it out here.

10,000 stars
10000gh

A star is one developer deciding this was worth remembering. Ten thousand of those, mostly from people we never met.

Thank you to everyone who starred, filed an issue, opened a PR, or shipped a server.

What is next?

We are keeping our heads down, iterating on our product and feedback, making sure our SDKs provide a first class experience, following the latest trends in the SPEC.

We believe MCP is going to cause a massive change in how software is built and distributed, and we want to power this change.

Our SDKs to build, our Inspector to test, and our Cloud to deploy.

star-history@star-history
star-historyBotcommented on Jun 2, 2026

10,000 stars. mcp-use/mcp-use reached five figures. Thank you to all 10,000 stargazers.

manufact merged 9 commits into main from genesis on Jun 2, 2026

Star mcp-use10,022 stargazers and counting.