MCP.so
登录

mcp-wdpcameracontrol-server MCP Server

@radial-hks

关于 mcp-wdpcameracontrol-server MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

radial-hks

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Create new text notes

概览

What is mcp-wdpcameracontrol-server?

A TypeScript‑based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources (notes with URIs and metadata), tools (creating notes), and prompts (summarizing notes). The README also documents known issues with camera control methods.

How to use mcp-wdpcameracontrol-server?

Install dependencies with npm install, build with npm run build. Configure the server in Claude Desktop by adding its command path to the claude_desktop_config.json file for your OS. For debugging, run npm run inspector to open the MCP Inspector in a browser.

Key features of mcp-wdpcameracontrol-server?

  • List and access notes via note:// URIs with metadata
  • Create new text notes using the create_note tool
  • Generate summaries of all notes via summarize_notes prompt
  • Stores notes in server state
  • Includes a “Roo Code” prompt with role definition for model Actor

Use cases of mcp-wdpcameracontrol-server?

  • Managing structured text notes with metadata
  • Demonstrating MCP resources, tools, and prompts

评论

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