MCP server vs MCP server

Filesystem MCP vs GitHub MCP Server

Filesystem MCP and GitHub MCP Server overlap but are not strict substitutes. Many setups default to one and reach for the other when it fits better, or run both.

· today
Fs
Filesystem MCP
MCP server · MCP servers
Free

Give an agent read/write access to a real folder

90,098 stars+909 (30d)2,334,928 downloads/mo0 listings
as of 2026-09-05
Gh
GitHub MCP Server
MCP server · MCP servers
Free

Issues, PRs, and repo search from inside the agent

32,735 stars+734 (30d)1 listings
as of 2026-09-05
Quick answer

Filesystem MCP and GitHub MCP Server overlap but are not strict substitutes. Many setups default to one and reach for the other when it fits better, or run both. Filesystem MCP: Give an agent read/write access to a real folder. GitHub MCP Server: Issues, PRs, and repo search from inside the agent. Filesystem MCP has 90,098 GitHub stars. GitHub MCP Server has 32,735 GitHub stars.

Install
Filesystem MCP
Claude Code
claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/directory
Cursor (mcp.json)
"filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/directory"] }

Every path you list becomes readable and writable by the agent. Only list directories you mean to hand over.

GitHub MCP Server
Claude Code
claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=<token> -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
Cursor (mcp.json)
"github": { "command": "docker", "args": ["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server"], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>" } }

Needs Docker running locally and a GitHub personal access token with repo scope.

Filesystem MCP vs GitHub MCP Server FAQ
Do I need both Filesystem MCP and GitHub MCP Server?

Filesystem MCP and GitHub MCP Server overlap but are not strict substitutes. Many setups default to one and reach for the other when it fits better, or run both.

What is Filesystem MCP?

Give an agent read/write access to a real folder. It is a MCP server, categorized as mcp servers.

What is GitHub MCP Server?

Issues, PRs, and repo search from inside the agent. It is a MCP server, categorized as mcp servers.

Are Filesystem MCP and GitHub MCP Server free?

Yes. Both are free.

Which has more adoption, Filesystem MCP or GitHub MCP Server?

Filesystem MCP, at 90,098 GitHub stars against 32,735, as of 2026-09-05.

Browse the catalog
Also compared