CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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
dataobject
Record data
collectionstring
Collection name
list_recordsList records from a collection with optional filters5 params

List records from a collection with optional filters

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

Update an existing record

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

Delete a record

Parameters* required
idstring
Record ID
collectionstring
Collection name
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
emailstring
User email
isAdminboolean
Whether to authenticate as an admin (uses _superusers collection)default: true
passwordstring
User password
collectionstring
Collection name (default: users)default: users
authenticate_with_oauth2Authenticate a user with OAuth25 params

Authenticate a user with OAuth2

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

Authenticate a user with one-time password

Parameters* required
emailstring
User email
collectionstring
Collection name (default: users)default: users
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
emailstring
User email
collectionstring
Collection name (default: users)default: users
confirm_verificationConfirm email verification with token2 params

Confirm email verification with token

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

Request password reset

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

Confirm password reset with token

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

Request email change

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

Confirm email change with token

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

Impersonate another user (admin only)

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

Create a new user account

Parameters* required
namestring
User name
emailstring
User email
passwordstring
User password
collectionstring
Collection name (default: users)default: users
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
dataarray
Array of records to import
modestring
Import mode (default: create)one of create · update · upsert
collectionstring
Collection name
migrate_collectionMigrate collection schema with data preservation3 params

Migrate collection schema with data preservation

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

Advanced query with filtering, sorting, and aggregation

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

Manage collection indexes

Parameters* required
indexobject
Index configuration (for create)
actionstring
Action to performone of create · delete · list
collectionstring
Collection name
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedMay 5, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.