Token导航 LogoToken导航TokenDH.com
aidaily (Pawnzzi) logo
AI代理stdio官方级别未说明来源级核验

aidaily (Pawnzzi)

MCP Server

@smithery/cli

MCP Demo是一个基本的MCP服务器实现,为连接的大型语言模型提供数据和操作接口。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
资源管理PythonClaudeAI代理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

PawNzZi

提供方

PawNzZi

最后核验

2026/5/17 20:21

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @PawNzZi/aidaily --client claude

详细介绍

MCP演示

](https://smithery.ai/server/@PawNzZi/aidaily)

这是一个基本的MCP服务器实现,它公开了数据和操作,供连接的大型语言模型使用。

ChatGPT的示例用法

启动服务器后,向ChatGPT提供以下说明

- You are connected to a remote tool MCP Demo. 
- I will describe the usage of functions it contains, the schemas for each function's arguments, and the expected return format.

1. resources/list: Get a list of available resources. Takes no arguments, returns an array of resources with URIs and MIME types

2. tools/list: Get a list of available tools. Takes no arguments, returns an array of tool names

3. tools/call : Use a tool. Required parameters: 'name': The string name of the tool you want to use, 'params': A dictionary representing the tool's arguments

4. prompts/get: Retrieve a prompt. Required parameter: 'name': The string name of the prompt you want to retrieve, returns a string of the prompt text

Thank you, and welcome to MCP Demo

开始使用

通过Smithery安装

通过以下方式自动安装Claude Desktop的MCP演示 史密瑟里:

npx -y @smithery/cli install @PawNzZi/aidaily --client claude

资源

MCP演示包括可以查询的示例资源:

resources = [
  {"name": "Hello World", "uri": "text://hello-world", "mimeType": "text/plain"},
  {"name": "Introduction to Large Language Models", "uri": "text://introduction-to-llms", "mimeType": "text/plain"}
]

A line from A Introduction to Large Language Models

1. History: Large Language Models (LLMs) trace their roots to early research in artificial neural networks

返回的JSON编码响应 tools/list 调用应该看起来像:

{"jsonrpc":"2.0","id":1,"result":[{"name":"Example Tool","input":"Prompt","output":"Reply"}]}

目前只有一小部分行动和数据可用,但我们计划在未来用更令人兴奋的功能来扩展它!

安装

确保系统上安装了python,然后执行以下操作:

git clone THIS_REPOSITORY

pip install . 

使用以下命令设置.env API_KEY="YOUR_KEY"

使用以下命令运行服务器

python3 -m mcp_server

服务器监听端口8080

目录标签

目录标签

资源管理PythonClaudeAI代理MCP服务器本地部署语言模型接口工具调用

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP