CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
cosmonote avatar

Cosmonote

cosmonote/pocketbase
24 toolsHTTPregistry active
Summary

Connects Claude directly to your Cosmonote account so you can query transcriptions, summaries, and action items from recorded audio without leaving your chat. Pull meeting notes, search through lecture transcripts, or retrieve action items assigned during calls. Cosmonote records on iOS, transcribes with speaker identification, and generates structured outputs including key takeaways and tasks. This server routes through their hosted API at nebula.cosmonote.ai, so you authenticate once and then ask Claude to search your notes, find specific quotes, or surface tasks by person. Useful if you're already recording meetings or lectures with Cosmonote and want conversational access to that content instead of switching apps to search.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

24 tools
create_collectionCreate a new collection in PocketBase2 params

Create a new collection in PocketBase

Parameters* required
namestring
Collection name
schemaarray
Collection schema fields
create_recordCreate a new record in a collection2 params

Create a new record in a collection

Parameters* required
collectionstring
Collection name
dataobject
Record data
list_recordsList records from a collection with optional filters5 params

List records from a collection with optional filters

Parameters* required
collectionstring
Collection name
filterstring
Filter query
pagenumber
Page number
perPagenumber
Items per page
sortstring
Sort field and direction
update_recordUpdate an existing record3 params

Update an existing record

Parameters* required
collectionstring
Collection name
dataobject
Updated record data
idstring
Record ID
delete_recordDelete a record2 params

Delete a record

Parameters* required
collectionstring
Collection name
idstring
Record ID
list_auth_methodsList all available authentication methods1 params

List all available authentication methods

Parameters* required
collectionstring
Collection name (default: users)default: users
authenticate_userAuthenticate a user with email and password4 params

Authenticate a user with email and password

Parameters* required
collectionstring
Collection name (default: users)default: users
emailstring
User email
isAdminboolean
Whether to authenticate as an admin (uses _superusers collection)default: true
passwordstring
User password
authenticate_with_oauth2Authenticate a user with OAuth25 params

Authenticate a user with OAuth2

Parameters* required
codestring
The authorization code returned from the OAuth2 provider
codeVerifierstring
PKCE code verifier
collectionstring
Collection name (default: users)default: users
providerstring
OAuth2 provider name (e.g., google, facebook, github)
redirectUrlstring
The redirect URL used in the OAuth2 flow
authenticate_with_otpAuthenticate a user with one-time password2 params

Authenticate a user with one-time password

Parameters* required
collectionstring
Collection name (default: users)default: users
emailstring
User email
auth_refreshRefresh authentication token1 params

Refresh authentication token

Parameters* required
collectionstring
Collection name (default: users)default: users
request_verificationRequest email verification2 params

Request email verification

Parameters* required
collectionstring
Collection name (default: users)default: users
emailstring
User email
confirm_verificationConfirm email verification with token2 params

Confirm email verification with token

Parameters* required
collectionstring
Collection name (default: users)default: users
tokenstring
Verification token
request_password_resetRequest password reset2 params

Request password reset

Parameters* required
collectionstring
Collection name (default: users)default: users
emailstring
User email
confirm_password_resetConfirm password reset with token4 params

Confirm password reset with token

Parameters* required
collectionstring
Collection name (default: users)default: users
passwordstring
New password
passwordConfirmstring
Confirm new password
tokenstring
Reset token
request_email_changeRequest email change2 params

Request email change

Parameters* required
collectionstring
Collection name (default: users)default: users
newEmailstring
New email address
confirm_email_changeConfirm email change with token3 params

Confirm email change with token

Parameters* required
collectionstring
Collection name (default: users)default: users
passwordstring
Current password for confirmation
tokenstring
Email change token
impersonate_userImpersonate another user (admin only)2 params

Impersonate another user (admin only)

Parameters* required
collectionstring
Collection name (default: users)default: users
userIdstring
ID of the user to impersonate
create_userCreate a new user account5 params

Create a new user account

Parameters* required
collectionstring
Collection name (default: users)default: users
emailstring
User email
namestring
User name
passwordstring
User password
passwordConfirmstring
Password confirmation
get_collection_schemaGet schema details for a collection1 params

Get schema details for a collection

Parameters* required
collectionstring
Collection name
backup_databaseCreate a backup of the PocketBase database1 params

Create a backup of the PocketBase database

Parameters* required
formatstring
Export format (default: json)one of json · csv
import_dataImport data into a collection3 params

Import data into a collection

Parameters* required
collectionstring
Collection name
dataarray
Array of records to import
modestring
Import mode (default: create)one of create · update · upsert
migrate_collectionMigrate collection schema with data preservation3 params

Migrate collection schema with data preservation

Parameters* required
collectionstring
Collection name
dataTransformsobject
Field transformation mappings
newSchemaarray
New collection schema
query_collectionAdvanced query with filtering, sorting, and aggregation5 params

Advanced query with filtering, sorting, and aggregation

Parameters* required
aggregateobject
Aggregation settings
collectionstring
Collection name
expandstring
Relations to expand
filterstring
Filter expression
sortstring
Sort expression
manage_indexesManage collection indexes3 params

Manage collection indexes

Parameters* required
actionstring
Action to performone of create · delete · list
collectionstring
Collection name
indexobject
Index configuration (for create)
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedMay 5, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
ai.dragoneye avatar
Mcp

ai.dragoneye/mcp

Build zero-shot video models for object detection, and category and attribute classification.
ai.filtrix.mcp avatar
Filtrix AI MCP

ai.filtrix.mcp/filtrix-ai

Filtrix MCP for image/video generation. Portal: https://agent.filtrix.ai/
mira-gift-hq avatar
KOLens

ai.kolens/kolens-mcp

TikTok KOL intelligence with a public MCP remote for search, profiles, lists, and alerts.
ai.smithery avatar
Indianappguy Magicslide Mcp

ai.smithery/indianappguy-magicslide-mcp

Generate professional PowerPoint presentations from text, YouTube videos, or structured JSON data.…
ai.smithery avatar
Indianappguy Magicslide Mcp Actual Test

ai.smithery/indianappguy-magicslide-mcp-actual-test

Generate polished PowerPoint presentations from text prompts, YouTube videos, or structured outlin…
jekakos avatar
Jekakos Mcp User Data Enrichment

ai.smithery/jekakos-mcp-user-data-enrichment

Enrich user data by adding social network links based on provided personal information. Integrate…