RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.nagarjunr/aws-iot-core · v0.1.0
MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.
AWS IoT Core 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"aws-iot-core": {
"command": "uvx",
"args": [
"aws-iot-core-mcp-server"
],
"env": {
"AWS_REGION": "<AWS_REGION>"
}
}
}
}AWS_ACCESS_KEY_ID可选AWS access key ID
AWS_SECRET_ACCESS_KEY可选secretAWS secret access key
AWS_SESSION_TOKEN可选secretAWS session token, for temporary credentials
AWS_PROFILE可选Named profile from ~/.aws/credentials, as an alternative to explicit keys
AWS_REGION必填AWS region -- required, AWS IoT Core is regional
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.nagarjunr/aws-iot-core",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "AWS IoT Core",
"description": "MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.",
"repository": {
"url": "https://github.com/nagarjunr/iot-mcp-servers",
"source": "github",
"subfolder": "aws-iot-core"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "aws-iot-core-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "AWS_ACCESS_KEY_ID",
"description": "AWS access key ID"
},
{
"name": "AWS_SECRET_ACCESS_KEY",
"description": "AWS secret access key",
"isSecret": true
},
{
"name": "AWS_SESSION_TOKEN",
"description": "AWS session token, for temporary credentials",
"isSecret": true
},
{
"name": "AWS_PROFILE",
"description": "Named profile from ~/.aws/credentials, as an alternative to explicit keys"
},
{
"name": "AWS_REGION",
"description": "AWS region -- required, AWS IoT Core is regional",
"isRequired": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.nagarjunr/aws-iot-core",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nagarjunr%2Faws-iot-core/versions/latest",
"isOfficial": true,
"status": "active"
}
}