Content
# MCP
## MCP-mvp
mvp MCP Server
```
cd mcp-mvp
npm install
npm run build
```
## Weather
weather MCP Server
```
cd weather
npm install
npm run build
```
#### MCP config
```
{
"mcpServers": {
"mcp-mvp": {
"command": "node",
"args": [
"D:\\xx\\xx\\xx\\build\\index.js" // your local path
]
},
"weather": {
"command": "node",
"args": [
"D:\\xx\\xx\\xx\\build\\index.js" // your local path
]
},
}
}
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.