Skip to main content
Glama

cooper-hewitt-mcp

Cooper Hewitt 模型上下文协议 (MCP) 服务器

描述

一个用于与库珀·休伊特博物馆藏品 API 交互的模型上下文协议 (MCP) 服务器。此工具允许以编程方式搜索和检索博物馆藏品的详细信息。

先决条件

  • Node.js(建议使用 16 及以上版本)
  • npm(Node 包管理器)

安装

  1. 克隆存储库:
git clone https://github.com/behole/cooper-hewitt-mcp.git cd cooper-hewitt-mcp
  1. 安装依赖项:
npm install
  1. 设置 API 令牌
    • 在项目根目录中创建一个.env文件
    • Cooper Hewitt API获取 API 令牌
    • 将您的令牌添加到.env文件:GXP3
  2. 更新你的 claude_desktop_config.json
"cooper-hewitt": { "command": "node", "args": ["path to your index.js"] }

可用工具

搜索对象

  • 名称search-objects
  • 描述:搜索 Cooper Hewitt 收藏中的物品
  • 参数
    • query (字符串,必需):搜索词
    • page (数字,可选):结果的页码
    • perPage (数字,可选):每页结果数

获取对象详细信息

  • 名称get-object
  • 描述:检索有关特定博物馆物品的详细信息
  • 参数
    • id (字符串,必需):博物馆对象的唯一标识符

运行服务器

node index.js

发展

  • 确保所有依赖项都已安装
  • 运行测试(如果适用)
  • 检查代码格式

贡献

  1. 分叉存储库
  2. 创建你的功能分支( git checkout -b feature/AmazingFeature
  3. 提交您的更改( git commit -m 'Add some AmazingFeature'
  4. 推送到分支( git push origin feature/AmazingFeature
  5. 打开拉取请求

待办事项(大部分为 WIP)->

  • 修复 Claude Desktop 上的工件中的图像处理问题

执照

指定您的许可证 - 例如 MIT、Apache 2.0

接触

[]

致谢

  • 库珀·休伊特,史密森尼设计博物馆
  • 模型上下文协议 SDK
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

使用 MCP 与 Cooper Hewitt API 进行交互。

  1. 描述
    1. 先决条件
      1. 安装
        1. 可用工具
          1. 搜索对象
          2. 获取对象详细信息
        2. 运行服务器
          1. 发展
            1. 贡献
              1. 待办事项(大部分为 WIP)->
                1. 执照
                  1. 接触
                    1. 致谢

                      Related MCP Servers

                      • -
                        security
                        F
                        license
                        -
                        quality
                        A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
                        Last updated -
                        5
                        Python
                      • -
                        security
                        A
                        license
                        -
                        quality
                        MCP Server for the Perplexity API.
                        Last updated -
                        50
                        Python
                        MIT License
                        • Linux
                        • Apple

                      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/behole/cooper-hewitt-mcp'

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