MCP Server: Difference between revisions
Appearance
| Line 250: | Line 250: | ||
== Installation == | == Installation == | ||
* Context7 | * Context7 ([https://github.com/upstash/context7]) | ||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
| Line 257: | Line 257: | ||
</blockquote> | </blockquote> | ||
* Gitea-MCP | * Gitea-MCP ([https://gitea.com/gitea/gitea-mcp]) | ||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
| Line 282: | Line 282: | ||
</blockquote> | </blockquote> | ||
* Playwright | * Playwright ( / [https://github.com/microsoft/playwright-mcp]) | ||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
Revision as of 15:26, 14 August 2025
| Category: Programming + AI |
Lists of MCP servers
- https://github.com/modelcontextprotocol/servers
- https://github.com/punkpeye/awesome-mcp-servers (https://glama.ai/mcp/servers)
- https://lobehub.com/en/mcp
Relevant MCP servers
Installation
- Context7 ([1])
claude mcp add -s project context7 -- npx -y @upstash/context7-mcp
- Gitea-MCP ([2])
get latest version number from https://gitea.com/gitea/gitea-mcp/releases wget https://gitea.com/gitea/gitea-mcp/releases/download/v0.3.1/gitea-mcp_Linux_x86_64.tar.gz copy gitea-mcp to ~/.local/bin
"mcpServers": {
"gitea": {
"command": "gitea-mcp",
"args": [
"-t",
"stdio",
"--host",
"https://gitea.domain.de"
"--token", "<your personal access token>"
]
}
}
- Playwright ( / [3])
claude mcp add -s project playwright npx @playwright/mcp@latest