Skip to content

mcp

这里记录一些常用的 mcp 配置 json,基于 window 系统 、npx 和 uvx 。

这里为了实现泛用性,故罗列出具体的 json 配置。

个人全局通用的 mcp.json

尽量实现频繁更新与配置:

详情
json
{
	"mcpServers": {
		"context7": {
			"command": "cmd",
			"args": [
				"/c",
				"npx",
				"-y",
				"@upstash/context7-mcp"
			]
		},
		"fetch-mcp": {
			"command": "cmd",
			"args": [
				"/c",
				"npx",
				"-y",
				"@tokenizin/mcp-npx-fetch"
			],
			"autoApprove": [
				"fetch_markdown"
			]
		},
		"chrome-devtools": {
			"type": "stdio",
			"command": "cmd",
			"args": [
				"/c",
				"npx",
				"chrome-devtools-mcp@latest"
			],
			"env": {}
		},
		"office-word-mcp-server": {
			"command": "uvx",
			"args": [
				"--from",
				"office-word-mcp-server",
				"word_mcp_server"
			]
		}
	}
}

贡献者

The avatar of contributor named as ruan-cat ruan-cat

页面历史

最近更新