Skip to main content
Glama

Marginalia MCP Server

マージナリアMCPサーバー

非営利コンテンツやインターネット上の隠れた宝石を見つけることに特化した検索エンジン、 Marginalia Searchへのアクセスを提供する MCP (Model Context Protocol) サーバー。

特徴

  • Marginalia Search API を使用してウェブを検索する
  • インデックスや結果数などの設定可能な検索パラメータ
  • 役立つエラーメッセージによるレート制限保護
  • シームレスな統合のためにMCP SDKを使用して構築

インストール

npm install npm run build

構成

サーバーは環境変数を使用して設定できます。

  • MARGINALIA_API_KEY : Marginalia Search API キー (オプション、デフォルトはパブリックアクセス)

専用APIキーをリクエストするには、 kontakt@ marginalia.nuまでご連絡ください。

使用法

サーバーは次の MCP ツールを提供します。

検索

次のパラメータを使用して、Marginalia Search を使用して Web を検索します。

  • query (必須): 検索クエリ文字列
  • index (オプション):検索インデックス番号(メインGUIのドロップダウンに対応)
  • count (オプション): 返される結果の数 (1-100、デフォルト: 10)

MCP 経由の使用例:

const result = await mcp.useTool("marginalia", "search", { query: "interesting non-commercial websites", count: 5 });

応答フォーマット

検索結果は次の形式で返されます。

{ "query": "your search query", "license": "license information", "results": [ { "url": "result url", "title": "page title", "description": "page description" } // ... more results ] }

エラー処理

サーバーには、次の堅牢なエラー処理機能が含まれています。

  • レート制限(503件の応答)
  • 無効なリクエスト
  • ネットワークエラー
  • API固有のエラー

テキスト読み上げサポートの追加

say MCP サーバーを使用してテキスト読み上げ機能を有効にするには、次の構成を追加します。

Cline(VSCode拡張機能)の場合

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonに追加します:

{ "mcpServers": { "say": { "command": "node", "args": ["/Users/barton/worlds/servers/src/say-mcp-server/build/index.js"] } } }

クロードデスクトップ向け

~/Library/Application Support/Claude/claude_desktop_config.jsonに追加します:

{ "mcpServers": { "say": { "command": "node", "args": ["/Users/barton/worlds/servers/src/say-mcp-server/build/index.js"] } } }

say MCPサーバーは、複数の音声と言語に対応したテキスト読み上げ機能を提供します。利用可能なツール:

  • speak : 指定された音声と速度でテキストを読み上げる
  • list_voices : 利用可能なすべてのテキスト読み上げ音声を一覧表示します

ライセンス

MITライセンス - 詳細はLICENSEファイルを参照

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

非営利および独立した Web コンテンツを検出するための Marginalia Search へのアクセスを提供し、URL、タイトル、説明を含む固有のサイトを返します。

  1. 特徴
    1. インストール
      1. 構成
        1. 使用法
          1. 検索
        2. 応答フォーマット
          1. エラー処理
            1. テキスト読み上げサポートの追加
              1. Cline(VSCode拡張機能)の場合
              2. クロードデスクトップ向け
            2. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                Enables performing local web searches and extracting structured content from web pages using the Model Context Protocol, featuring customizable result limits and domain filtering.
                Last updated -
                5
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                Searching google, individual websites and scraping their content. Fast and cost-effective. ⚡️
                Last updated -
                16
                TypeScript
                MIT License
              • -
                security
                -
                license
                -
                quality
                Allows you to search the web using DuckDuckGo and optionally fetch and summarize content from search results.
                Last updated -
                Python
              • -
                security
                -
                license
                -
                quality
                Enables free web searching using Google search results with no API keys required, returning structured results with titles, URLs, and descriptions.
                Last updated -
                6

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/bmorphism/marginalia-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server