.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/lstm-kirigaya/openmcp-client
home/mcp-servers/lstm-kirigaya/openmcp-client
lstm-kirigaya avatar

openmcp-client

bylstm-kirigaya· 3 MCP servers

Stars

753

Forks

55

Category

AI Agents & MCP

View on GitHub

TL;DR

An all in one MCP Client/TestTool

How to install openmcp-client?

lstm-kirigaya/openmcp-client
$git clone https://github.com/lstm-kirigaya/openmcp-client

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install openmcp-client by running `git clone https://github.com/lstm-kirigaya/openmcp-client`, then use it for the current task and follow its documentation at https://github.com/lstm-kirigaya/openmcp-client.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3<img src="./icons/openmcp.png" height="200px"/>
4 
5<h3>OpenMCP: All you need for MCP Development</h3>
6 
7English | [中文](./README.zh.md)
8 
9<a href="https://openmcp.kirigaya.cn" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;">🫱 Official Documentation</a>
10 
11<a href="https://qm.qq.com/cgi-bin/qm/qr?k=C6ZUTZvfqWoI12lWe7L93cWa1hUsuVT0&jump_from=webapi&authKey=McW6B1ogTPjPDrCyGttS890tMZGQ1KB3QLuG4aqVNRaYp4vlTSgf2c6dMcNjMuBD" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: #CB81DA; color: white; border-radius: .5em; text-decoration: none;">OpenMCP QQ Group</a>
12 
13<a href="https://discord.gg/SKTZRf6NzU" target="_blank" style="display: inline-block; padding: 8px 16px; background-color: rgb(84, 176, 84); color: white; border-radius: .5em; text-decoration: none;">OpenMCP Discord Channel</a>
14 
15</div>
16 
17## OpenMCP
18 
19An all-in-one vscode/trae/cursor plugin for MCP server debugging.
20 
21[![IMAGE ALT TEXT HERE](https://pic1.zhimg.com/80/v2-951261f789708621a2c34faa5fa6f330_1440w.png)](https://www.youtube.com/watch?v=S7igsEhcLiw)
22### [👆 Full Video](https://www.youtube.com/watch?v=S7igsEhcLiw)
23 
24### openmcpent
25 
26Integrated Inspector + MCP client basic functions, combining development and testing into one.
27 
28![](./icons/openmcp.welcome.png)
29 
30Test mcp tools, prompts and resources with a variety of tools.
31 
32![](./icons/openmcp.resource.png)
33 
34Tested tools can be placed in the "Interactive Testing" module for large model interaction testing.
35 
36![](./icons/openmcp.chatbot.png)
37 
38Complete project-level management panel for easier MCP project management at both project and global levels.
39 
40![](./icons/openmcp.management.png)
41 
42Supports multiple large models: DeepSeek, OpenAI, Qwen, Gemini, Grok, Mistral, MiniMax, Groq, Perplexity, Kimi, Ollama, OpenRouter and more.
43 
44![](./icons/openmcp.support.llm.png)
45 
46Support XML mode and customized options for your tool selection.
47 
48![](./icons/openmcp.xml.png)
49 
50### openmcp-sdk
51 
52once everything is tested and verified in `openmcpent`, you can deploy your mcp as an agent app with `openmcp-sdk` fastly and easily:
53 
54```bash
55npm install openmcp-sdk
56```
57 
58then deploy your agent with just lines of codes
59 
60```typescript
61import { OmAgent } from 'openmcp-sdk/service/sdk';
62 
63// create Agent
64const agent = new OmAgent();
65
66// Load configuration, which can be automatically generated after debugging with openmcp client
67agent.loadMcpConfig('./mcpconfig.json');
68 
69// Read the debugged prompt
70const prompt = await agent.getPrompt('hacknews', { topn: '5' });
71 
72// Execute the task
73const res = await agent.ainvoke({ messages: prompt });
74 
75console.log('⚙️ Agent Response', res);
76```
77 
78output
79 
80```
81[2025/6/20 20:47:31] 🚀 [crawl4ai-mcp] 1.9.1 connected
82[2025/6/20 20:47:35] 🤖 Agent wants to use these tools get_web_markdown
83[2025/6/20 20:47:35] 🔧 using tool get_web_markdown
84[2025/6/20 20:47:39] ✓ use tools success
85[2025/6/20 20:47:46] 🤖 Agent wants to use these tools get_web_markdown, get_web_markdown, get_web_markdown
86[2025/6/20 20:47:46] 🔧 using tool get_web_markdown
87[2025/6/20 20:47:48] ✓ use tools success
88[2025/6/20 20:47:48] 🔧 using tool get_web_markdown
89[2025/6/20 20:47:54] ✓ use tools success
90[2025/6/20 20:47:54] 🔧 using tool get_web_markdown
91[2025/6/20 20:47:57] ✓ use tools success
92 
93⚙️ Agent Response
94⌨️ Today's Tech Article Roundup
95 
96📌 How to Detect or Observe Passing Gravitational Waves?
97Summary: This article explores the physics of gravitational waves, explaining their effects on space-time and how humans might perceive or observe this cosmic phenomenon.
98Author: ynoxinul
99Posted: 2 hours ago
100Link: https://physics.stackexchange.com/questions/338912/how-would-a-passing-gravitational-wave-look-or-feel
101 
102📌 Learn Makefile Tutorial
103Summary: A comprehensive Makefile tutorial for beginners and advanced users, covering basic syntax, variables, automatic rules, and advanced features to help dev

Preview

lstm-kirigaya/openmcp-clientlstm-kirigaya/openmcp-client
Repolstm-kirigaya/openmcp-client
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k