team-evolve-http-mcpserver
@qianping-sara
关于 team-evolve-http-mcpserver
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"team-evolve-http-mcpserver": {
"command": "node",
"args": [
"/absolute/path/to/team-evolve-http-mcpserver/dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is team-evolve-http-mcpserver?
A Model Context Protocol (MCP) server built with mcp-framework. It serves as a starter template for developing custom MCP tools and integrating them with AI assistants like Claude Desktop.
How to use team-evolve-http-mcpserver?
Install dependencies with npm install, build with npm run build, then add the server to Claude Desktop by editing the claude_desktop_config.json file with either a local path to the built dist/index.js or, after publishing to npm, with npx team-evolve-http-mcpserver.
Key features of team-evolve-http-mcpserver
- Built on the mcp-framework for standardized MCP tool development.
- Includes an example tool in
src/tools/ExampleTool.tsfor reference. - CLI command
mcp add tool <name>to scaffold new tools. - Steps for publishing to npm for wider distribution.
- Ready-to-use configuration for Claude Desktop (local or npx).
Use cases of team-evolve-http-mcpserver
- Developing custom MCP tools for AI assistants.
- Prototyping and testing MCP servers locally.
- Publishing MCP tool packages to npm.
- Integrating with Claude Desktop via the Model Context Protocol.
FAQ from team-evolve-http-mcpserver
How do I add a new tool to the server?
Use the CLI command mcp add tool my-tool to generate a new tool file in src/tools/.
How do I use this server with Claude Desktop?
Add a JSON entry to the Claude Desktop config file (claude_desktop_config.json) pointing to the local build or using npx after publishing.
How do I publish this server to npm?
Update package.json with a unique name, version, and description, then run npm run build, npm login, and npm publish.
What is the project structure?
The project contains src/tools/ for MCP tools, src/index.ts as the server entry point, plus package.json, tsconfig.json, and a build output directory.
What dependencies are required?
Node.js and npm are required. The project uses TypeScript and the mcp-framework package.
其他 分类下的更多 MCP 服务器
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
评论