MCP Servers and Tools I Use

MCP Servers and Tools I Use

A documentation of MCP servers and tools I use with Claude

ChenBingWei1201

Developer Tools
Visit Server

README

MCP Servers and Tools I Use

This repository documents the Model Context Protocol (MCP) servers I frequently use and the tools they provide. MCP enables AI assistants like Claude to interact with external systems and data sources.

MCP Servers

1. Desktop Commander

Description: A MCP server that gives Claude terminal control, file system search and diff file editing capabilities.

Functionality:

  • Execute long-running terminal commands on your computer
  • Manage processes through MCP
  • Search and navigate file system
  • Edit files with search and replace operations
  • Run terminal commands with AI assistance

Repository: https://github.com/wonderwhy-er/DesktopCommanderMCP

Installation: npx -y @wonderwhy-er/desktop-commander

2. Tavily MCP

Description: A MCP server that provides AI-powered web search and content extraction capabilities using Tavily's API.

Functionality:

  • Perform comprehensive web searches
  • Extract and process content from URLs
  • Customize search parameters (depth, domains, time range, etc.)
  • Filter and focus searches on specific content types
  • Access news and general information searches

Repository: https://github.com/tavily-ai/tavily-mcp

Installation: npx -y tavily-mcp@0.1.4

3. GitHub MCP

Description: GitHub's official MCP server that enables Claude to interact with GitHub repositories and features.

Functionality:

  • Create, read, and update GitHub repositories
  • Manage issues and pull requests
  • Search code, repositories, users
  • Review and comment on code
  • Access and manipulate repository content
  • Create branches and manage commits

Repository: https://github.com/github/github-mcp-server

Installation: Run via Docker with docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server

4. Memory MCP

Description: A knowledge graph-based memory server that enables Claude to maintain contextual information and memory.

Functionality:

  • Create and manage entities in a knowledge graph
  • Establish relations between entities
  • Add observations to existing entities
  • Search for nodes in the knowledge graph
  • Delete entities, relations, or observations
  • Query and traverse the knowledge graph

Repository: https://github.com/modelcontextprotocol/servers

Installation: npx -y @modelcontextprotocol/server-memory

Configuration

My current MCP server configuration is stored in /home/joe/.config/Claude/claude_desktop_config.json. This file contains connection details, API keys, and other settings for each MCP server.

License

This documentation is for personal reference. All MCP servers mentioned maintain their own licenses as specified in their respective repositories.


Last Updated: April 2025

Note: This is a personal tracking repository. For official documentation, please refer to the original repositories linked above.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python