You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# 🔌 MCP registry UI
2
2
3
-
Unofficial web UI to explore the [official registry](https://github.com/modelcontextprotocol/registry) for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers.
3
+
Unofficial web UI to access the [official registry](https://github.com/modelcontextprotocol/registry) for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers.
4
4
5
-
It lets you explore available MCP servers and easily install them into compatible clients such as [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/mcp-servers) or [Cursor](https://cursor.com/docs/context/mcp).
5
+
It lets you find available MCP servers, and easily install them into compatible clients such as [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/mcp-servers) or [Cursor](https://cursor.com/docs/context/mcp).
6
6
7
-
- 🌍 Explore all MCP servers published to the official MCP registry
7
+
- 🌍 Access all MCP servers published to the official MCP registry
8
8
- 🔌 Point the web UI at any compatible registry URL
9
9
- 🔎 Search by server name, and filter by last published date
10
10
- 📥 Install MCP servers into compatible clients in 1 click (VSCode and Cursor)
11
11
- 🧩 Build a stack from selected MCP servers, and export to VSCode `mcp.json`, or Cursor config formats
12
12
- 🦊 Runs entirely in the browser, and fetches data directly from [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io/docs)
13
13
14
-
> [!IMPORTANT]
14
+
> [!NOTE]
15
15
>
16
-
> Contributions welcome, in particular regarding integration of new client install links.
16
+
> Contributions welcome, in particular regarding integration of new clients install links/config.
17
17
18
18
## 🧑💻 Development
19
19
@@ -27,14 +27,12 @@ npm i
27
27
28
28
### ⚡️ Start server in development
29
29
30
-
Start the development server with HMR (Hot Module Replacement):
30
+
Start the development server at http://localhost:5173
31
31
32
32
```sh
33
33
npm run dev
34
34
```
35
35
36
-
Your application will be available at `http://localhost:5173`.
37
-
38
36
> [!TIP]
39
37
>
40
38
> Create new UI components with [shadcn/ui](https://ui.shadcn.com/docs/components)
0 commit comments