MCP.so
登录

go_mcp_server_mdurl

@hightemp

关于 go_mcp_server_mdurl

A simple MCP (Model Context Protocol) server that provides tools for converting web content to Markdown format.

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

hightemp

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "go_mcp_server_mdurl": {
      "command": "npx",
      "args": [
        "go-mdurl-mcp-server",
        "-t",
        "stdio"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is go_mcp_server_mdurl?

An MCP (Model Context Protocol) server written in Go that converts URL content to Markdown. It provides two tools for fetching and converting web content and is designed for integration with AI assistants that support MCP.

How to use go_mcp_server_mdurl?

Run the binary with -t stdio for stdio mode or -t sse -h 0.0.0.0 -p 8890 for SSE mode (default is SSE). Alternatively, use the npm wrapper via npx go-mdurl-mcp-server. Configuration examples are provided for Claude Code, Codex CLI, and Cursor.

Key features of go_mcp_server_mdurl

  • Converts URL content to Markdown
  • Extracts main article content from a URL
  • Converts entire HTML of a URL to Markdown
  • Supports stdio and SSE transport modes
  • Available as a Go binary or npm package
  • Compatible with multiple MCP clients

Use cases of go_mcp_server_mdurl

  • Fetch web article content as Markdown for AI summarization
  • Convert full webpage HTML to Markdown for offline reading or processing
  • Integrate with Claude Code to retrieve web content as Markdown in a chat
  • Use with Codex CLI for automatic web-to-Markdown conversion in AI workflows

FAQ from go_mcp_server_mdurl

What tools does go_mcp_server_mdurl provide?

Two tools: markdown_content_of_url (extracts main article content) and markdown_all_html_of_url (converts entire HTML from a URL).

What are the runtime requirements?

Go 1.23 or higher is required to build and run the server.

How can I run go_mcp_server_mdurl?

It operates in stdio or SSE mode. Use -t stdio for stdio, or -t sse -h 0.0.0.0 -p 8890 for SSE; SSE is the default.

Is there an npm package for go_mcp_server_mdurl?

Yes, an npm wrapper is provided. Run it with npx go-mdurl-mcp-server -t stdio. The README includes instructions for specific versions and local tarballs.

Which MCP clients are supported?

Configuration examples are given for Claude Code, Codex CLI, and Cursor.

评论

其他 分类下的更多 MCP 服务器