MCP TS Quickstart
@cephalization
MCP TS Quickstart について
Build-less TypeScript quickstart for an MCP server implementation
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP TS Quickstart?
MCP TS Quickstart is a basic MCP (Model Context Protocol) server implementation in TypeScript that fetches the top stories from Hacker News. It uses the stdio transport and requires no build step by utilizing Node v23. It is intended for developers learning MCP or prototyping MCP-based applications.
How to use MCP TS Quickstart?
Clone the repository, install dependencies with nvm and pnpm, then add the server to Claude Desktop using a JSON configuration that points to Node v23 and the src/index.ts file. Alternatively, run pnpm start to launch the server with the MCP Inspector UI for development and testing.
Key features of MCP TS Quickstart
- Basic MCP server using
stdiotransport - Fetches top stories from Hacker News
- Written in TypeScript without a build step
- Requires Node v23
- Easily extendable by adding new tools
- Integrated with MCP Inspector for local testing
Use cases of MCP TS Quickstart
- Learning how to create an MCP server in TypeScript
- Quickly prototyping an MCP tool that interacts with Hacker News
- Experimenting with the Model Context Protocol without complex setup
- Extending the server with custom tools for other data sources
FAQ from MCP TS Quickstart
What runtime does MCP TS Quickstart require?
It requires Node v23, as configured via nvm in the setup instructions.
Does MCP TS Quickstart require a build step?
No, it works without a build step by using Node v23's native TypeScript support.
How do I add a new tool to MCP TS Quickstart?
Copy the existing topStories tool from src/tools.ts, modify it, and register the new tool in src/index.ts. When importing local source files, use the .ts extension, and use type keyword for type imports.
How can I test the MCP TS Quickstart server?
Run pnpm start to launch the server with the MCP Inspector UI, available at http://localhost:6274. You can then interact with tools and restart the server from the UI.
How do I configure MCP TS Quickstart with Claude Desktop?
Add a JSON object under mcpServers in Claude Desktop's configuration, specifying the command as the path to Node v23 and args as the path to src/index.ts. See the MCP documentation for details.
「その他」の他のコンテンツ
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント