Mcp Client Typescript
@anasyakubu
Mcp Client Typescript について
The MCP Docs Server is a Node.js implementation of a Model Context Protocol (MCP) server that provides a powerful tool to search and retrieve up-to-date documentation snippets from popular AI/ML libraries. It leverages the Serper API to perform Google searches restricted to speci
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-client-typescript": {
"command": "node",
"args": [
"server.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Client Typescript?
Mcp Client Typescript is a Node.js MCP server that provides a tool to search and fetch documentation snippets for popular AI/ML libraries. It uses the Serper API to search Google for the latest docs and returns plain text content.
How to use Mcp Client Typescript?
Clone the repository, install dependencies with npm install, create a .env file with your SERPER_API_KEY, and run node server.js. From a compatible MCP client, invoke node client.js path/to/server.js to use the exposed get_docs tool.
Key features of Mcp Client Typescript
- MCP-compliant server using
@modelcontextprotocol/sdk get_docstool for searching documentation- Supports LangChain, LlamaIndex, and OpenAI
- Returns plain text from documentation pages
- Handles timeouts and search failures gracefully
Use cases of Mcp Client Typescript
- Fetch the latest LangChain documentation for a given query
- Retrieve LlamaIndex code snippets and usage guides
- Look up OpenAI API reference documentation on demand
FAQ from Mcp Client Typescript
What libraries does Mcp Client Typescript support?
It supports LangChain, LlamaIndex, and OpenAI.
What API key is required?
You need a Serper API key, which you can obtain from serper.dev.
How does Mcp Client Typescript fetch documentation?
It sends a Google search query via the Serper API, then fetches and returns plain text from the resulting documentation pages.
What are the main dependencies?
The server depends on @modelcontextprotocol/sdk, dotenv, httpx, and jsdom.
「メモリとナレッジ」の他のコンテンツ
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
コメント