MCP.so
登录

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

基本信息

分类

记忆与知识

运行时

node

传输方式

stdio

发布者

anasyakubu

配置

使用下面的配置,将此服务器添加到你的 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_docs tool 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.

评论

记忆与知识 分类下的更多 MCP 服务器