MCP 만들면서 원리 파헤쳐보기
Server and client implementation for MCP (Master Control Program)
SeolYoungKim
README
MCP 만들면서 원리 파헤쳐보기

MCP Client
- LLM과 통신하고, MCP server와 통신함
- ex: 클로드 데스크탑
- 아마 직접 구현할 일은 드물듯 하다. 회사에서 어떠한 AI 서비스를 제공한다고 한다면 만들 일이 있을지도?
MCP Server
- 제공할 서비스를 구현
- 아마 개발자들은 MCP Client 보다는 MCP Server를 많이 구현하지 않을까?
- JDK17 까지만 지원되는듯? 21했다가 에러남
- 실행은 에러가 없지만 클로드에서 MCP server 사용하려니까 에러나면서 실행안됨
- 뭐 곧 지원되겠지
대충 실행 해보자
클로드 데스크탑의 claude_desktop_config.json파일에 아래의 내용 작성

command에는 명령어를 적는다. 도커파일에 적는것과 비슷한 느낌. 나는 jar 파일 실행해야 해서java를 적음args는java명령어에 넣을 인수들을 넣었음.-jar옵션과 함께 실행할jar파일의 절대경로를 넣어주었음

- 잘 들어가면 클로드 데스크탑을 실행할 때 위와 같이
running됨

- 나는
@Tool의 description에Get the current weather information by city name.을 넣었음. 이를 미루어 보아 클로드에게{도시이름}의 날씨 알려줘라고 명령하면 나의 MCP server를 활용할 것이라고 생각했고,수원 날씨 알려줘라고 했더니 내가 작성한 스크립트대로 응답하는 것을 확인했음!
MCP server로 할 수 있는게 정말 많아보인다. 뭘 해볼지 생각해보자!
공부하는 내용을 정리하고 있는 곳
https://kimsy8979.notion.site/AI-MCP-1c5cbb7e0307805aba8bc8fc4d9a470f?pvs=4
Recommended Servers
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.
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.
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.
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.
@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.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor
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.
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.